aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 9a81ecc6b..9b804889b 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -137,11 +137,11 @@ config FEATURE_CROND_D
137 -d sets loglevel to 0 (most verbose) and directs all output to stderr. 137 -d sets loglevel to 0 (most verbose) and directs all output to stderr.
138 138
139config FEATURE_CROND_CALL_SENDMAIL 139config FEATURE_CROND_CALL_SENDMAIL
140 bool "Using /usr/sbin/sendmail?" 140 bool "Report command output via email (using sendmail)"
141 default n 141 default n
142 depends on CROND 142 depends on CROND
143 help 143 help
144 Support calling /usr/sbin/sendmail for send cmd outputs. 144 Command output will be sent to corresponding user via email.
145 145
146config FEATURE_CROND_DIR 146config FEATURE_CROND_DIR
147 string "crond spool directory" 147 string "crond spool directory"