Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/15/2006 19:49:25
Module Name:	src
Committed By:	dsl
Date:		Sun Jan 15 19:49:25 UTC 2006

Modified Files:
	src/sbin/newfs: extern.h mkfs.c mount_mfs.8 newfs.8 newfs.c

Log Message:
Add a '-V verbose' option that controls the amount of info writen to stdout.
 0: No output. Default for mount_mfs unless -N specified
 1: Output size of partition and cylinder groups.
 2: Follow with a progress-bar line of dots (scaled to finish at RH margin)
 3: Include a single line of alternate suberblock addresses before progress
    bar.  Default for newfs.
 4: Output lots of lines of alternate superblock numbers that scroll madly
    up the screen.
If -N given, newfs/mount_mfs exits before displaying any progress bar.
Output constrained (almost always) to 1 column less than the terminal width.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sbin/newfs/extern.h
cvs rdiff -r1.97 -r1.98 src/sbin/newfs/mkfs.c
cvs rdiff -r1.13 -r1.14 src/sbin/newfs/mount_mfs.8
cvs rdiff -r1.67 -r1.68 src/sbin/newfs/newfs.8
cvs rdiff -r1.87 -r1.88 src/sbin/newfs/newfs.c

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