DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.sbin/daemon Makefile daemon.8 daemon.c
liamfoy 2004/12/21 15:30:57 PST
DragonFly src repository
Modified files:
usr.sbin/daemon Makefile daemon.8 daemon.c
Log:
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
Revision Changes Path
1.3 +2 -2 src/usr.sbin/daemon/Makefile
1.3 +10 -2 src/usr.sbin/daemon/daemon.8
1.4 +38 -5 src/usr.sbin/daemon/daemon.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/daemon/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/daemon/daemon.8.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/daemon/daemon.c.diff?r1=1.3&r2=1.4&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]