Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/19/2003 06:04:16
Module Name:	src
Committed By:	lukem
Date:		Fri Dec 19 06:04:16 UTC 2003

Modified Files:
	src/etc: MAKEDEV.awk Makefile

Log Message:
* Match the source code to the comments, and use $NETBSDSRCDIR
  instead of -v ETCDIR.
* Parse $NETBSDSRCDIR/etc/{master.passwd,group} to build a list of
  user->uid and group->gid mappings, and replace %uid_XXX% and %gid_XXX%
  appropriately.
* Whitespace & regex tweaks.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/etc/MAKEDEV.awk
cvs rdiff -r1.263 -r1.264 src/etc/Makefile

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