Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/09/2006 20:59:25
Module Name:	src
Committed By:	dsl
Date:		Mon Jan  9 20:59:25 UTC 2006

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

Log Message:
There really isn't any point reporting all the alternate superblocks,
big filesystems can have thousands of them - no one ever writes them down.
After the first line of numbers just output a '.' for each cylinder group.
Also limit the lines to 79 columns so broken terminal emulaters don't
double-space the output lines.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sbin/newfs/mkfs.c

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