aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-01-08 12:30:49 +0000
committerRon Yorston <rmy@pobox.com>2020-01-08 12:30:49 +0000
commita9271a8e97e6e7be5285330d5f19352decabf807 (patch)
treebf3c4464c369a15a46454792dac167505f74769f /Config.in
parentb0b7ab792bc1f45963f4b84b94faaf05054e1613 (diff)
parent9ec836c033fc6e55e80f3309b3e05acdf09bb297 (diff)
downloadbusybox-w32-a9271a8e97e6e7be5285330d5f19352decabf807.tar.gz
busybox-w32-a9271a8e97e6e7be5285330d5f19352decabf807.tar.bz2
busybox-w32-a9271a8e97e6e7be5285330d5f19352decabf807.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index c60f38a8a..df8ecc3f0 100644
--- a/Config.in
+++ b/Config.in
@@ -170,12 +170,13 @@ config FEATURE_PIDFILE
170config PID_FILE_PATH 170config PID_FILE_PATH
171 string "Directory for pidfiles" 171 string "Directory for pidfiles"
172 default "/var/run" 172 default "/var/run"
173 depends on FEATURE_PIDFILE 173 depends on FEATURE_PIDFILE || FEATURE_CROND_SPECIAL_TIMES
174 help 174 help
175 This is the default path where pidfiles are created. Applets which 175 This is the default path where pidfiles are created. Applets which
176 allow you to set the pidfile path on the command line will override 176 allow you to set the pidfile path on the command line will override
177 this value. The option has no effect on applets that require you to 177 this value. The option has no effect on applets that require you to
178 specify a pidfile path. 178 specify a pidfile path. When crond has the 'Support special times'
179 option enabled, the 'crond.reboot' file is also stored here.
179 180
180config BUSYBOX 181config BUSYBOX
181 bool "Include busybox applet" 182 bool "Include busybox applet"