diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-14 21:41:12 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-01-14 21:41:12 +0000 |
commit | 147a3ca1a40df4a97e9a12f18eadb537bea73b9a (patch) | |
tree | 4fb29a99094ae0281ae1364ab0e7d338666e031e /include | |
parent | fc4a0fd82eb89ad07cffcd0f4a764eb3c7db66c2 (diff) | |
download | busybox-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.gz |
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/applets.h b/include/applets.h index 9e95b2e9d..0d8f0b4cb 100644 --- a/include/applets.h +++ b/include/applets.h @@ -267,22 +267,22 @@ APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IP - APPLET(ip, ip_main, _BB_DIR_SBIN, _BB_SUID_NEVER) + APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IPCALC APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IPADDRESS - APPLET(ipaddr, ipaddr_main, _BB_DIR_SBIN, _BB_SUID_NEVER) + APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IPLINK - APPLET(iplink, iplink_main, _BB_DIR_SBIN, _BB_SUID_NEVER) + APPLET(iplink, iplink_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IPROUTE - APPLET(iproute, iproute_main, _BB_DIR_SBIN, _BB_SUID_NEVER) + APPLET(iproute, iproute_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_IPTUNNEL - APPLET(iptunnel, iptunnel_main, _BB_DIR_SBIN, _BB_SUID_NEVER) + APPLET(iptunnel, iptunnel_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_KILL APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) |