Sync daemon(8) with FreeBSD:
authorLiam J. Foy <liamfoy@dragonflybsd.org>
Tue, 21 Dec 2004 23:30:57 +0000 (23:30 +0000)
committerLiam J. Foy <liamfoy@dragonflybsd.org>
Tue, 21 Dec 2004 23:30:57 +0000 (23:30 +0000)
commitb3e108b206a9bbfd167d1f038b9c2cb664982037
tree13066d09bd2c2d5cc9f8e7f8c8e78dacd6a1cafa
parent2710d67a781ca87cc9655fbc8574dd02b8fd6b32
Sync daemon(8) with FreeBSD:
- Give daemon(8) the ability to create a pid-file. Since the
  target program does not know anything about the pid-file and
  we don't keep a babysitting process for the task, the pid-file
  will linger.
- Add some small modifications to the sync'd code.
- Add WARNS?= 6 and make it WARNS 6 clean.

Ok'ed by: Joerg
usr.sbin/daemon/Makefile
usr.sbin/daemon/daemon.8
usr.sbin/daemon/daemon.c