Subject: CVS commit: basesrc/sbin/tunefs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/09/2001 11:05:53
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Nov  9 09:05:52 UTC 2001

Modified Files:
	basesrc/sbin/tunefs: Makefile tunefs.8 tunefs.c

Log Message:
Change -F from "special must be a regular file" to "special can be any type,
and don't attempt to do any file name translation (e.g, search in fstab)".

In the non -F case, search for special in fstab. If found, convert fs_spec
to a raw device name. In any case, use opendisk(3) to open the device.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/sbin/tunefs/Makefile
cvs rdiff -r1.26 -r1.27 basesrc/sbin/tunefs/tunefs.8
cvs rdiff -r1.24 -r1.25 basesrc/sbin/tunefs/tunefs.c

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