[BusyBox-cvs] busybox/include applets.h,1.87,1.88
Glenn McGrath
bug1 at busybox.net
Tue Jan 14 21:41:16 UTC 2003
- Previous message: [BusyBox-cvs] busybox/debian changelog,1.33,1.34 config-deb,1.4,1.5 config-static,1.7,1.8 config-udeb,1.8,1.9 rules,1.21,1.22
- Next message: [BusyBox-cvs] busybox/networking ifupdown.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv22462/include
Modified Files:
applets.h
Log Message:
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- applets.h 9 Jan 2003 10:06:00 -0000 1.87
+++ applets.h 14 Jan 2003 21:41:12 -0000 1.88
@@ -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)
- Previous message: [BusyBox-cvs] busybox/debian changelog,1.33,1.34 config-deb,1.4,1.5 config-static,1.7,1.8 config-udeb,1.8,1.9 rules,1.21,1.22
- Next message: [BusyBox-cvs] busybox/networking ifupdown.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list