aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r--miscutils/crontab.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c
index bcd2eab33..bcd424578 100644
--- a/miscutils/crontab.c
+++ b/miscutils/crontab.c
@@ -18,6 +18,11 @@
18//config: Note that Busybox binary must be setuid root for this applet to 18//config: Note that Busybox binary must be setuid root for this applet to
19//config: work properly. 19//config: work properly.
20 20
21/* Needs to be run by root or be suid root - needs to change /var/spool/cron* files: */
22//applet:IF_CRONTAB(APPLET(crontab, BB_DIR_USR_BIN, BB_SUID_REQUIRE))
23
24//kbuild:lib-$(CONFIG_CRONTAB) += crontab.o
25
21//usage:#define crontab_trivial_usage 26//usage:#define crontab_trivial_usage
22//usage: "[-c DIR] [-u USER] [-ler]|[FILE]" 27//usage: "[-c DIR] [-u USER] [-ler]|[FILE]"
23//usage:#define crontab_full_usage "\n\n" 28//usage:#define crontab_full_usage "\n\n"