diff options
author | Ron Yorston <rmy@pobox.com> | 2020-01-08 12:30:49 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-01-08 12:30:49 +0000 |
commit | a9271a8e97e6e7be5285330d5f19352decabf807 (patch) | |
tree | bf3c4464c369a15a46454792dac167505f74769f /Config.in | |
parent | b0b7ab792bc1f45963f4b84b94faaf05054e1613 (diff) | |
parent | 9ec836c033fc6e55e80f3309b3e05acdf09bb297 (diff) | |
download | busybox-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.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -170,12 +170,13 @@ config FEATURE_PIDFILE | |||
170 | config PID_FILE_PATH | 170 | config 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 | ||
180 | config BUSYBOX | 181 | config BUSYBOX |
181 | bool "Include busybox applet" | 182 | bool "Include busybox applet" |