summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-22 12:24:59 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-22 12:24:59 +0000
commitf6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb (patch)
tree7ea00c66d341d324294df54238acff2c1795d72b /include/applets.h
parent44608e9693b03661fbab5e27650bb040c6871d11 (diff)
downloadbusybox-w32-f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb.tar.gz
busybox-w32-f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb.tar.bz2
busybox-w32-f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb.zip
last_patch63 from vodz: add in crond and crontab applets
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index e59342051..de393be8f 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -107,6 +107,12 @@
107#ifdef CONFIG_CPIO 107#ifdef CONFIG_CPIO
108 APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER) 108 APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
109#endif 109#endif
110#ifdef BB_CROND
111 APPLET(crond, crond_main, _BB_DIR_USR_SBIN)
112#endif
113#ifdef BB_CRONTAB
114 APPLET(crontab, crontab_main, _BB_DIR_USR_BIN)
115#endif
110#ifdef CONFIG_CUT 116#ifdef CONFIG_CUT
111 APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 117 APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
112#endif 118#endif