diff options
author | Denis Vlasenko | 2009-02-03 23:59:41 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-02-03 23:59:41 +0000 |
commit | ded5dfef6ef7df76fc54335b29ae4c214026dc1f (patch) | |
tree | 50e1f903ee48bebc050f70dec8e230d6d448ec0b /miscutils/Config.in | |
parent | d814c986929b0f8deba5a733250c3f59d7678277 (diff) | |
download | busybox-ded5dfef6ef7df76fc54335b29ae4c214026dc1f.zip busybox-ded5dfef6ef7df76fc54335b29ae4c214026dc1f.tar.gz |
crond,crontab: make cron directory location configurable
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 94174de..f15547d 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -121,6 +121,13 @@ config FEATURE_CROND_CALL_SENDMAIL help Support calling /usr/sbin/sendmail for send cmd outputs. +config FEATURE_CROND_DIR + string "crond spool directory" + default "/var/spool/cron" + depends on CROND || CRONTAB + help + Location of crond spool. + config CRONTAB bool "crontab" default n |