Subject: CVS commit: src/sbin/fsck
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/13/2005 22:56:09
Module Name:	src
Committed By:	christos
Date:		Thu Jan 13 22:56:09 UTC 2005

Modified Files:
	src/sbin/fsck: fsck.c fsutil.h preen.c

Log Message:
When we run with 'fsck -f -n' we should go over all the filesystems, not
exit on the first one that fails. Add a new flag CHECK_NOFIX so that we
specify -n, we keep going.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sbin/fsck/fsck.c
cvs rdiff -r1.9 -r1.10 src/sbin/fsck/fsutil.h
cvs rdiff -r1.26 -r1.27 src/sbin/fsck/preen.c

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