last_patch63 from vodz: add in crond and crontab applets

This commit is contained in:
Eric Andersen
2002-10-22 12:24:59 +00:00
parent 44608e9693
commit f6f7bfb8e0
9 changed files with 1588 additions and 15 deletions

View File

@ -107,6 +107,12 @@
#ifdef CONFIG_CPIO
APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef BB_CROND
APPLET(crond, crond_main, _BB_DIR_USR_SBIN)
#endif
#ifdef BB_CRONTAB
APPLET(crontab, crontab_main, _BB_DIR_USR_BIN)
#endif
#ifdef CONFIG_CUT
APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif