diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-27 22:01:31 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-27 22:01:31 +0000 |
commit | 10457b90db925369739a900445b640364eda5e4c (patch) | |
tree | 6d6f18564291257738360d97712724868175167e /Config.in | |
parent | f4d40c87d3a18fccb8c0946fc09f1d8f24a2bcf3 (diff) | |
download | busybox-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.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||
144 | config 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 | |||
144 | config FEATURE_SUID | 151 | config FEATURE_SUID |
145 | bool "Support for SUID/SGID handling" | 152 | bool "Support for SUID/SGID handling" |
146 | default n | 153 | default n |