Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/05/1999 18:50:01
Module Name:	basesrc
Committed By:	thorpej
Date:		Sun Jun  6 01:50:01 UTC 1999

Modified Files:
	basesrc/include: util.h
	basesrc/lib/libutil: Makefile shlib_version
Added Files:
	basesrc/lib/libutil: pidfile.3 pidfile.c

Log Message:
Add pidfile(3), which write a pid file in /var/run, and arranges for it
to be removed on normal exit.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/include/util.h
cvs rdiff -r1.21 -r1.22 basesrc/lib/libutil/Makefile
cvs rdiff -r0 -r1.1 basesrc/lib/libutil/pidfile.3 \
    basesrc/lib/libutil/pidfile.c
cvs rdiff -r1.18 -r1.19 basesrc/lib/libutil/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.