Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/fsck
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.
Home |
Main Index |
Thread Index |
Old Index