Subject: CVS commit: basesrc/etc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/21/2002 06:58:40
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Oct 21 03:58:39 UTC 2002

Modified Files:
	basesrc/etc/etc.evbmips: MAKEDEV
	basesrc/etc/etc.hp700: MAKEDEV
	basesrc/etc/etc.sbmips: MAKEDEV

Log Message:
various cleanups inspired by etc.i386/MAKEDEV (some of which are
needed to fully support the "new distrib world order"):

* remove unnecessary trailing ;

* clean up whitespace

* remove unnecessary chown root or chgrp wheel directives; older code here
  didn't bother doing this, so why be inconsistent

* don't barf when we have fdesc mounted; just skip the devices fdesc provides

* when making directories, don't use -p and don't redirect stdout to /dev/null

* add /dev/fd/* support [hp300]

* convert to new pty generation [hp300]


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/etc/etc.evbmips/MAKEDEV
cvs rdiff -r1.5 -r1.6 basesrc/etc/etc.hp700/MAKEDEV
cvs rdiff -r1.8 -r1.9 basesrc/etc/etc.sbmips/MAKEDEV

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