NetBSD/etc/etc.i386
lukem 6b68804273 various cleanups inspired by etc.i386/MAKEDEV:
* use "ln -fs foo bar" instead of "rm -f bar; ln -s foo bar"

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

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

* clean up whitespace

* wrap the main parser code in a function makedev(), and call makedev
  instead of "sh $0". (this is a bit faster)

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


(these files should really be automagically generated...)
2002-03-04 14:02:29 +00:00
..
MAKEDEV various cleanups inspired by etc.i386/MAKEDEV: 2002-03-04 14:02:29 +00:00
Makefile.inc Change the way kernel sets are specified, and make them 2001-11-29 22:45:53 +00:00
disktab
fstab.sd fix mfs examples 2001-11-26 16:34:56 +00:00
fstab.wd fix mfs examples 2001-11-26 16:34:56 +00:00
ld.so.conf support fully qualified machdep names. 1999-12-15 05:23:13 +00:00
ttyaction chown user.group -> chown user:group 2001-08-21 15:16:59 +00:00
ttys Back out last change as suggested by Hubert Feyrer in private e-mail: 2002-02-17 21:04:31 +00:00