[krbdev.mit.edu #6213] Apple patch to use pidfile (FreeBSD) for daemons
Nicolas Williams via RT
rt-comment at krbdev.mit.edu
Tue Oct 21 16:20:17 EDT 2008
On Tue, Oct 21, 2008 at 08:04:30PM +0000, Tom Yu via RT wrote:
> This patch from Apple uses the FreeBSD pidfile API to create PID files
> for daemons. We need to implement this in a cross-platform way.
Notes about Solaris and PID files:
- On Solaris daemons managed by SMF don't need PID files unless you
have utilities that need to know a daemon's PID so they can signal it
(for any purpose *other* than killing it or otherwise making it
exit).
- On Solaris PID files should live in /var/run, and if they really must
be in /etc/ then it must be possible to have a symlink in /etc
instead that points to /var/run/...
Nico
--
More information about the krb5-bugs
mailing list