commit | bb23c069191f18ed11b826371ed3571e214b41e3 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Aug 15 20:05:37 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Aug 15 20:05:37 2007 +0000 |
tree | 8a7afbb2ead270f08c3fa4741da0522418142787 | |
parent | 9f7b92a2e13b184b1d6f7d9fbddc133666224bcf [diff] [blame] |
if pidfile turned out to be !regular file, do not unlink it. It's most probably the /dev/null.
diff --git a/Config.in b/Config.in index 54bcd9d..24e461e 100644 --- a/Config.in +++ b/Config.in
@@ -144,7 +144,7 @@ bool "Support writing pidfiles" default n help - This option makes some applets (crond, syslogd and inetd) write + This option makes some applets (e.g. crond, syslogd, inetd) write a pidfile in /var/run. Some applications rely on them. config FEATURE_SUID