Mercurial > hg > toybox
comparison toys/posix/tee.c @ 1775:57f2a26fa92c draft toast
To ensure that toybox can be installed alongside busybox without
confusing update-alternatives, the paths of the links installed by toybox should
match those installed by busybox. This is accomplished by changing the flags
of a few tools within toybox.
author | Paul Barker <paul@paulbarker.me.uk> |
---|---|
date | Sat, 04 Apr 2015 11:58:06 -0500 |
parents | c0ef9b7976f0 |
children |
comparison
equal
deleted
inserted
replaced
1774:014a5e821603 | 1775:57f2a26fa92c |
---|---|
2 * | 2 * |
3 * Copyright 2008 Rob Landley <rob@landley.net> | 3 * Copyright 2008 Rob Landley <rob@landley.net> |
4 * | 4 * |
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/tee.html | 5 * See http://opengroup.org/onlinepubs/9699919799/utilities/tee.html |
6 | 6 |
7 USE_TEE(NEWTOY(tee, "ia", TOYFLAG_BIN)) | 7 USE_TEE(NEWTOY(tee, "ia", TOYFLAG_USR|TOYFLAG_BIN)) |
8 | 8 |
9 config TEE | 9 config TEE |
10 bool "tee" | 10 bool "tee" |
11 default y | 11 default y |
12 help | 12 help |