summaryrefslogtreecommitdiff
path: root/lib/daemon.c
AgeCommit message (Collapse)AuthorFiles
2001-11-13Use of errx() is a bsd-ism. FixedSergey Poznyakoff1
2001-11-11 Most daemon will share the same code to daemonize(), we useAlain Magloire1
a generic one, lib/daemon.c, so any bug fix will impact the others and reduce maintainance/duplication. * lib/Makefile.am: Addition daemon.c * lib/daemon.c: New file. * pop3d/pop3d.c (pop3d_daemon_init): Use lib/daemon.c:daemon() code instead. * imap4d/imap4d.c (imap4d_daemon_init): Use lib/daemon.c:daemon code instead. * comstat/comstat.c (comstat_daemon_init): Use lib/daemon.c:daemon code instead. Remove trailing spaces.

Return to:

Send suggestions and report system problems to the System administrator.