summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-27 22:01:31 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-27 22:01:31 +0000
commit10457b90db925369739a900445b640364eda5e4c (patch)
tree6d6f18564291257738360d97712724868175167e /Config.in
parentf4d40c87d3a18fccb8c0946fc09f1d8f24a2bcf3 (diff)
downloadbusybox-w32-10457b90db925369739a900445b640364eda5e4c.tar.gz
busybox-w32-10457b90db925369739a900445b640364eda5e4c.tar.bz2
busybox-w32-10457b90db925369739a900445b640364eda5e4c.zip
make pidfile writing configurable.
[ui]toa_to_buf: change API. No users yet.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index d15b2673a..650ea0878 100644
--- a/Config.in
+++ b/Config.in
@@ -141,6 +141,13 @@ config FEATURE_CLEAN_UP
141 Don't enable this unless you have a really good reason to clean 141 Don't enable this unless you have a really good reason to clean
142 things up manually. 142 things up manually.
143 143
144config FEATURE_PIDFILE
145 bool "Support writing pidfiles"
146 default n
147 help
148 This option makes some applets (crond, syslogd and inetd) write
149 a pidfile in /var/run. Some applications rely on them
150
144config FEATURE_SUID 151config FEATURE_SUID
145 bool "Support for SUID/SGID handling" 152 bool "Support for SUID/SGID handling"
146 default n 153 default n