summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-14 21:41:12 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-14 21:41:12 +0000
commit147a3ca1a40df4a97e9a12f18eadb537bea73b9a (patch)
tree4fb29a99094ae0281ae1364ab0e7d338666e031e /include
parentfc4a0fd82eb89ad07cffcd0f4a764eb3c7db66c2 (diff)
downloadbusybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.gz
busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.bz2
busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.zip
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
Diffstat (limited to 'include')
-rw-r--r--include/applets.h10
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 @@
267 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 267 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
268#endif 268#endif
269#ifdef CONFIG_IP 269#ifdef CONFIG_IP
270 APPLET(ip, ip_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 270 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
271#endif 271#endif
272#ifdef CONFIG_IPCALC 272#ifdef CONFIG_IPCALC
273 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER) 273 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
274#endif 274#endif
275#ifdef CONFIG_IPADDRESS 275#ifdef CONFIG_IPADDRESS
276 APPLET(ipaddr, ipaddr_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 276 APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
277#endif 277#endif
278#ifdef CONFIG_IPLINK 278#ifdef CONFIG_IPLINK
279 APPLET(iplink, iplink_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 279 APPLET(iplink, iplink_main, _BB_DIR_BIN, _BB_SUID_NEVER)
280#endif 280#endif
281#ifdef CONFIG_IPROUTE 281#ifdef CONFIG_IPROUTE
282 APPLET(iproute, iproute_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 282 APPLET(iproute, iproute_main, _BB_DIR_BIN, _BB_SUID_NEVER)
283#endif 283#endif
284#ifdef CONFIG_IPTUNNEL 284#ifdef CONFIG_IPTUNNEL
285 APPLET(iptunnel, iptunnel_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 285 APPLET(iptunnel, iptunnel_main, _BB_DIR_BIN, _BB_SUID_NEVER)
286#endif 286#endif
287#ifdef CONFIG_KILL 287#ifdef CONFIG_KILL
288 APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) 288 APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER)