Subject: CVS commit: basesrc/usr.sbin/dumpfs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/09/2001 14:01:14
Module Name: basesrc
Committed By: lukem
Date: Fri Nov 9 12:01:14 UTC 2001
Modified Files:
basesrc/usr.sbin/dumpfs: Makefile dumpfs.8 dumpfs.c
Log Message:
When used without -F, search for `special' in fstab and use the raw version
of the fs_spec. In any case, use opendisk(3) to open the device.
When used with -F just open `special' as-is.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/dumpfs/Makefile \
basesrc/usr.sbin/dumpfs/dumpfs.8
cvs rdiff -r1.30 -r1.31 basesrc/usr.sbin/dumpfs/dumpfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.