Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/22/1997 12:20:02
lukem
Fri Aug 22 05:16:29 PDT 1997
Update of /cvsroot/src/etc/etc.pmax
In directory netbsd1:/var/slash-tmp/cvs-serv29243

Modified Files:
	MAKEDEV 
Log Message:
* use $0 instead of MAKEDEV
* remove devices before mknod-ing them
* use ${i#...} and $((...)) instead of `eval ...`
* tz* has perms 660 root.operator (instead of 666 root.wheel)
* consolidate a few devices into one case, with internal switching
  for the slight difference (usually unit name and major number)
* reset the umask after MAKEDEV.local
* don't treat ttyv* specially - it's an i386-ism