Subject: CVS commit: basesrc/sbin/newfs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/21/2001 17:23:41
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Nov 21 15:23:41 UTC 2001

Modified Files:
	basesrc/sbin/newfs: newfs.8 newfs.c

Log Message:
- For mount_mfs, always ignore the `special' field and just fake up
  the label instead. The previous change to use opendisk() prevented
  this from working with special fields such as `/dev/wd0b', and this
  new method is arguably cleaner anyway. Fixes [misc/14654]
- Don't bother supporting -T for mount_mfs anymore, since it's
  superfluous. The option still works (for compatibility reasons), but
  it's just ignored and not documented anymore.
- Use an RPM of 10000 instead of 3600 for the fake label (why not :-)


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/sbin/newfs/newfs.8
cvs rdiff -r1.48 -r1.49 basesrc/sbin/newfs/newfs.c

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