CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 10 Dec 2012 19:49:39 +0000 (14:49 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 19 Dec 2012 20:53:33 +0000 (15:53 -0500)
commit12677acf0a0bda4a863279ece65eccda6c36d6b1
treec93e3cece76881ebfbc09747fc841db94f2797d5
parent393c395ca50d0b95003d5adfc6d1ca95763cc732
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths

We set a default path for the directory where pidfiles are create
when FEATURE_PIDFILE is selected.  The default has no effect on
applets which must specify a pidfile path on the command line to
run, and it can be overridden by applets which optionally allow
the user to specify the pidfile path.

We also add pidfile write/remove support for klogd, ntpd and watchdog.
For syslogd, we add a missing remove_pidfile() for better cleanup
on daemon exit.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Config.in
miscutils/crond.c
miscutils/watchdog.c
networking/ifplugd.c
networking/inetd.c
networking/ntpd.c
sysklogd/klogd.c
sysklogd/syslogd.c
util-linux/acpid.c