aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-15 20:05:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-15 20:05:37 +0000
commitbb23c069191f18ed11b826371ed3571e214b41e3 (patch)
tree8a7afbb2ead270f08c3fa4741da0522418142787 /Config.in
parent9f7b92a2e13b184b1d6f7d9fbddc133666224bcf (diff)
downloadbusybox-w32-bb23c069191f18ed11b826371ed3571e214b41e3.tar.gz
busybox-w32-bb23c069191f18ed11b826371ed3571e214b41e3.tar.bz2
busybox-w32-bb23c069191f18ed11b826371ed3571e214b41e3.zip
if pidfile turned out to be !regular file, do not unlink it.
It's most probably the /dev/null.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 54bcd9d10..24e461eb7 100644
--- a/Config.in
+++ b/Config.in
@@ -144,7 +144,7 @@ config FEATURE_PIDFILE
144 bool "Support writing pidfiles" 144 bool "Support writing pidfiles"
145 default n 145 default n
146 help 146 help
147 This option makes some applets (crond, syslogd and inetd) write 147 This option makes some applets (e.g. crond, syslogd, inetd) write
148 a pidfile in /var/run. Some applications rely on them. 148 a pidfile in /var/run. Some applications rely on them.
149 149
150config FEATURE_SUID 150config FEATURE_SUID