comparison toys/posix/who.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 685a0da6ca59
children
comparison
equal deleted inserted replaced
1774:014a5e821603 1775:57f2a26fa92c
7 * See http://opengroup.org/onlinepubs/9699919799/utilities/who.html 7 * See http://opengroup.org/onlinepubs/9699919799/utilities/who.html
8 * 8 *
9 * Posix says to support many options (-abdHlmpqrstTu) but this 9 * Posix says to support many options (-abdHlmpqrstTu) but this
10 * isn't aimed at minicomputers with modem pools. 10 * isn't aimed at minicomputers with modem pools.
11 11
12 USE_WHO(NEWTOY(who, "a", TOYFLAG_BIN)) 12 USE_WHO(NEWTOY(who, "a", TOYFLAG_USR|TOYFLAG_BIN))
13 13
14 config WHO 14 config WHO
15 bool "who" 15 bool "who"
16 default y 16 default y
17 depends on TOYBOX_UTMPX 17 depends on TOYBOX_UTMPX