From ded5dfef6ef7df76fc54335b29ae4c214026dc1f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Feb 2009 23:59:41 +0000 Subject: crond,crontab: make cron directory location configurable --- miscutils/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'miscutils/Config.in') diff --git a/miscutils/Config.in b/miscutils/Config.in index 94174de3e..f15547db1 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 -- cgit v1.2.3-55-g6feb