From 147a3ca1a40df4a97e9a12f18eadb537bea73b9a Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 14 Jan 2003 21:41:12 +0000 Subject: Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank --- include/applets.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') 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) -- cgit v1.2.3