[BusyBox-cvs] busybox/include applets.h, 1.100, 1.101 usage.h, 1.159, 1.160
Erik Andersen
andersen at busybox.net
Tue Jul 22 08:26:09 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv28836/include
Modified Files:
applets.h usage.h
Log Message:
Very minor rdate updates
Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- applets.h 22 Jul 2003 07:30:36 -0000 1.100
+++ applets.h 22 Jul 2003 08:26:05 -0000 1.101
@@ -458,7 +458,7 @@
APPLET(pwd, pwd_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_RDATE
- APPLET(rdate, rdate_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
+ APPLET(rdate, rdate_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_READLINK
APPLET(readlink, readlink_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- usage.h 22 Jul 2003 07:39:18 -0000 1.159
+++ usage.h 22 Jul 2003 08:26:05 -0000 1.160
@@ -1898,7 +1898,7 @@
"/root\n"
#define rdate_trivial_usage \
- "[OPTION] HOST"
+ "[-sp] HOST"
#define rdate_full_usage \
"Get and possibly set the system date and time from a remote HOST.\n\n" \
"Options:\n" \
More information about the busybox-cvs
mailing list