Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/21/1995 13:00:01
thorpej
Mon Aug 21 09:57:58 PDT 1995
Update of /a/cvsroot/src/usr.sbin/rbootd
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6802

Modified Files:
	conf.c defs.h rbootd.c 
Log Message:
A few things:
	* Don't compute the basename, use __progname.
	* Use daemon() to detach.
	* Use err(3) functions where appropriate.
	* Remove some old 4.2 stuff.