Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/07/2004 12:26:38
Module Name:	src
Committed By:	dsl
Date:		Sun Mar  7 12:26:38 UTC 2004

Modified Files:
	src/sbin/newfs: mkfs.c newfs.c

Log Message:
Re-instate the old behaviour where 'mount_mfs device mount_pt' would
use the size of 'device' for teh file syste size - fixes pr 18353.
(It might be better to be able to say 50% of the size...)
Fix 'mount_mfs -N ...', as well as supressing the creation of the fs, the -N
inhibits the supression of the prints of the mfs parameters.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sbin/newfs/mkfs.c
cvs rdiff -r1.79 -r1.80 src/sbin/newfs/newfs.c

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