Very minor rdate updates

This commit is contained in:
Eric Andersen
2003-07-22 08:26:05 +00:00
parent d9fe958921
commit 725db196c3
3 changed files with 3 additions and 3 deletions

View File

@@ -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)