diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-19 18:56:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-19 18:56:26 +0200 |
commit | a8df4c09fbc1daae502a887c47a7bb35d28e8991 (patch) | |
tree | 4641ae6f29235744165227da95a08f429a5a2554 /miscutils | |
parent | aaa22d2493365ac97af0f4c72daf04b87f4b82cc (diff) | |
download | busybox-w32-a8df4c09fbc1daae502a887c47a7bb35d28e8991.tar.gz busybox-w32-a8df4c09fbc1daae502a887c47a7bb35d28e8991.tar.bz2 busybox-w32-a8df4c09fbc1daae502a887c47a7bb35d28e8991.zip |
menuconfig tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 4 |
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 | ||
139 | config FEATURE_CROND_CALL_SENDMAIL | 139 | config 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 | ||
146 | config FEATURE_CROND_DIR | 146 | config FEATURE_CROND_DIR |
147 | string "crond spool directory" | 147 | string "crond spool directory" |