[BusyBox-cvs] busybox/include applets.h,1.91,1.92
Erik Andersen
andersen at codepoet.org
Mon Feb 10 09:22:39 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv5535/include
Modified Files:
applets.h
Log Message:
udhcpc is supposed to be in /sbin, not /usr/sbin/
Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- applets.h 9 Feb 2003 06:51:13 -0000 1.91
+++ applets.h 10 Feb 2003 09:22:36 -0000 1.92
@@ -563,7 +563,7 @@
APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_UDHCPC
- APPLET(udhcpc, udhcpc_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
+ APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_UDHCPD
APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
More information about the busybox-cvs
mailing list