aboutsummaryrefslogtreecommitdiff
path: root/loginutils/add-remove-shell.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-06-20 20:24:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-06-20 20:24:57 +0200
commitdac8e79a190fcfedb9c9054034a521e84c7bec72 (patch)
tree319f7e6930d2733780e7371cd541c23124210223 /loginutils/add-remove-shell.c
parente3e0d2b81281e049db1abbdef11a2d0da079ca8f (diff)
downloadbusybox-w32-dac8e79a190fcfedb9c9054034a521e84c7bec72.tar.gz
busybox-w32-dac8e79a190fcfedb9c9054034a521e84c7bec72.tar.bz2
busybox-w32-dac8e79a190fcfedb9c9054034a521e84c7bec72.zip
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 'loginutils/add-remove-shell.c')
-rw-r--r--loginutils/add-remove-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c
index 9a1454430..e492b6e5a 100644
--- a/loginutils/add-remove-shell.c
+++ b/loginutils/add-remove-shell.c
@@ -8,8 +8,8 @@
8 * for details. 8 * for details.
9 */ 9 */
10 10
11//applet:IF_ADD_SHELL( APPLET_ODDNAME(add-shell , add_remove_shell, BB_DIR_USR_BIN, BB_SUID_DROP, add_shell )) 11//applet:IF_ADD_SHELL( APPLET_ODDNAME(add-shell , add_remove_shell, BB_DIR_USR_SBIN, BB_SUID_DROP, add_shell ))
12//applet:IF_REMOVE_SHELL(APPLET_ODDNAME(remove-shell, add_remove_shell, BB_DIR_USR_BIN, BB_SUID_DROP, remove_shell)) 12//applet:IF_REMOVE_SHELL(APPLET_ODDNAME(remove-shell, add_remove_shell, BB_DIR_USR_SBIN, BB_SUID_DROP, remove_shell))
13 13
14//kbuild:lib-$(CONFIG_ADD_SHELL) += add-remove-shell.o 14//kbuild:lib-$(CONFIG_ADD_SHELL) += add-remove-shell.o
15//kbuild:lib-$(CONFIG_REMOVE_SHELL) += add-remove-shell.o 15//kbuild:lib-$(CONFIG_REMOVE_SHELL) += add-remove-shell.o