diff options
author | Denys Vlasenko | 2012-06-20 20:24:57 +0200 |
---|---|---|
committer | Denys Vlasenko | 2012-06-20 20:24:57 +0200 |
commit | dac8e79a190fcfedb9c9054034a521e84c7bec72 (patch) | |
tree | 319f7e6930d2733780e7371cd541c23124210223 /procps | |
parent | e3e0d2b81281e049db1abbdef11a2d0da079ca8f (diff) | |
download | busybox-dac8e79a190fcfedb9c9054034a521e84c7bec72.zip busybox-dac8e79a190fcfedb9c9054034a521e84c7bec72.tar.gz |
Move several applets to different install dir:
Moved to [/usr]/sbin:
addgroup, adduser, delgroup, deluser,
arping, chat, ether-wake, fdformat, ifplugd,
ip, ipaddr, iplink, iproute, iprule, iptunnel,
killall5, readahead, rtcwake, tftpd, add-shell, remove-shell, powertop.
Moved to /bin for /usr/bin: kbd_mode.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps')
-rw-r--r-- | procps/powertop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index 008cdfc..b4c45ed 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -9,7 +9,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ -//applet:IF_POWERTOP(APPLET(powertop, BB_DIR_BIN, BB_SUID_DROP)) +//applet:IF_POWERTOP(APPLET(powertop, BB_DIR_USR_SBIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_POWERTOP) += powertop.o |