diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-27 22:01:31 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-27 22:01:31 +0000 |
commit | 7044497649a54ea4045f4edd531f24bd6437a91b (patch) | |
tree | 6d6f18564291257738360d97712724868175167e /Config.in | |
parent | ed223ba113de1fcc4a9193285dc8a89dd0d85863 (diff) | |
download | busybox-w32-7044497649a54ea4045f4edd531f24bd6437a91b.tar.gz busybox-w32-7044497649a54ea4045f4edd531f24bd6437a91b.tar.bz2 busybox-w32-7044497649a54ea4045f4edd531f24bd6437a91b.zip |
make pidfile writing configurable.
[ui]toa_to_buf: change API. No users yet.
git-svn-id: svn://busybox.net/trunk/busybox@18254 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |