aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 14f54aacc..b62b2abb8 100644
--- a/Config.in
+++ b/Config.in
@@ -156,12 +156,13 @@ config FEATURE_PIDFILE
156config PID_FILE_PATH 156config PID_FILE_PATH
157 string "Directory for pidfiles" 157 string "Directory for pidfiles"
158 default "/var/run" 158 default "/var/run"
159 depends on FEATURE_PIDFILE 159 depends on FEATURE_PIDFILE || FEATURE_CROND_SPECIAL_TIMES
160 help 160 help
161 This is the default path where pidfiles are created. Applets which 161 This is the default path where pidfiles are created. Applets which
162 allow you to set the pidfile path on the command line will override 162 allow you to set the pidfile path on the command line will override
163 this value. The option has no effect on applets that require you to 163 this value. The option has no effect on applets that require you to
164 specify a pidfile path. 164 specify a pidfile path. When crond has the 'Support special times'
165 option enabled, the 'crond.reboot' file is also stored here.
165 166
166config BUSYBOX 167config BUSYBOX
167 bool "Include busybox applet" 168 bool "Include busybox applet"