diff options
author | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
commit | b604585914e032b28bef3e337a978e56a9069cda (patch) | |
tree | b2ee0a3fb38d10397c602d0fe215ea3bbbf334c0 /Config.in | |
parent | 0eda07c7ff8cf1fc11bc1bda5383f884d7adf031 (diff) | |
parent | ba76b7a40b929878833731f76306b1c977cc8650 (diff) | |
download | busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.gz busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.bz2 busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -333,7 +333,18 @@ config FEATURE_PIDFILE | |||
333 | default y | 333 | default y |
334 | help | 334 | help |
335 | This option makes some applets (e.g. crond, syslogd, inetd) write | 335 | This option makes some applets (e.g. crond, syslogd, inetd) write |
336 | a pidfile in /var/run. Some applications rely on them. | 336 | a pidfile at the configured PID_FILE_PATH. It has no effect |
337 | on applets which require pidfiles to run. | ||
338 | |||
339 | config PID_FILE_PATH | ||
340 | string "Path to directory for pidfile" | ||
341 | default "/var/run" | ||
342 | depends on FEATURE_PIDFILE | ||
343 | help | ||
344 | This is the default path where pidfiles are created. Applets which | ||
345 | allow you to set the pidfile path on the command line will override | ||
346 | this value. The option has no effect on applets that require you to | ||
347 | specify a pidfile path. | ||
337 | 348 | ||
338 | config FEATURE_SUID | 349 | config FEATURE_SUID |
339 | bool "Support for SUID/SGID handling" | 350 | bool "Support for SUID/SGID handling" |
@@ -344,7 +355,7 @@ config FEATURE_SUID | |||
344 | root-level operations even when run by ordinary users | 355 | root-level operations even when run by ordinary users |
345 | (for example, mounting of user mounts in fstab needs this). | 356 | (for example, mounting of user mounts in fstab needs this). |
346 | 357 | ||
347 | Busybox will automatically drop priviledges for applets | 358 | Busybox will automatically drop privileges for applets |
348 | that don't need root access. | 359 | that don't need root access. |
349 | 360 | ||
350 | If you are really paranoid and don't want to do this, build two | 361 | If you are really paranoid and don't want to do this, build two |