diff options
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 94174de3e..f15547db1 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -121,6 +121,13 @@ config FEATURE_CROND_CALL_SENDMAIL | |||
121 | help | 121 | help |
122 | Support calling /usr/sbin/sendmail for send cmd outputs. | 122 | Support calling /usr/sbin/sendmail for send cmd outputs. |
123 | 123 | ||
124 | config FEATURE_CROND_DIR | ||
125 | string "crond spool directory" | ||
126 | default "/var/spool/cron" | ||
127 | depends on CROND || CRONTAB | ||
128 | help | ||
129 | Location of crond spool. | ||
130 | |||
124 | config CRONTAB | 131 | config CRONTAB |
125 | bool "crontab" | 132 | bool "crontab" |
126 | default n | 133 | default n |