Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 09/11/2000 04:32:22
Module Name:	basesrc
Committed By:	perseant
Date:		Mon Sep 11 01:32:21 UTC 2000

Modified Files:
	basesrc/sbin/newfs_lfs: lfs.c

Log Message:
Do not report write errors if the user specified the -N flag.
Also, change the segment size report to include the total size of the disk,
similar to newfs, e.g.

  newfs_lfs -N -F -B 65536 /dev/rsd0b
  272.7MB in 4363 segments of size 65536
  super-block backups (for fsck -b #) at:
  16, 55824, 111632, 167440, 223248, 279056, 334864, 390672, 446480, 502288


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/sbin/newfs_lfs/lfs.c

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