aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 08:26:05 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-22 08:26:05 +0000
commit725db196c36789b740e589b0b8a7da341af77351 (patch)
treefff80ce29c30a7ac6da505d4142d1af31c3a8af6 /include/applets.h
parentd9fe958921259372327a76307131e32a44fe15ad (diff)
downloadbusybox-w32-725db196c36789b740e589b0b8a7da341af77351.tar.gz
busybox-w32-725db196c36789b740e589b0b8a7da341af77351.tar.bz2
busybox-w32-725db196c36789b740e589b0b8a7da341af77351.zip
Very minor rdate updates
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 2a90b66c5..d01ab2d74 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -458,7 +458,7 @@
458 APPLET(pwd, pwd_main, _BB_DIR_BIN, _BB_SUID_NEVER) 458 APPLET(pwd, pwd_main, _BB_DIR_BIN, _BB_SUID_NEVER)
459#endif 459#endif
460#ifdef CONFIG_RDATE 460#ifdef CONFIG_RDATE
461 APPLET(rdate, rdate_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 461 APPLET(rdate, rdate_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
462#endif 462#endif
463#ifdef CONFIG_READLINK 463#ifdef CONFIG_READLINK
464 APPLET(readlink, readlink_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 464 APPLET(readlink, readlink_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)