On Fri, 2010-11-05 at 12:45:27 -0400, Alfred M. Szmidt wrote: > Personally, I'd like to get the whole PID file cruft removed... ftpd, > inetd, and what not should return the proper PID via other means.
Uh? What other means? The pid needs to be stored somewhere anyway to be able to control the daemon later on. Shifting to someone else having to create the pid file makes life more difficult for everyone else w/o no apparent reason. pid file creation should be under 20 lines of code anyway! regards, guillem
