cvs commit: src/sbin/fsck_msdosfs check.c ext.h main.c
Bruce Evans
bde at FreeBSD.org
Thu Feb 5 07:47:48 PST 2004
bde 2004/02/05 07:47:46 PST
FreeBSD src repository
Modified files:
sbin/fsck_msdosfs check.c ext.h main.c
Log:
Fixed operation of -f to match its documentation and fsck_ffs. It
has now has no effect except in combination with -p, and plain fsck
checks all file systems instead of skipping clean ones for msdosfs
only.
Renamed the force flag to skipclean and inverted its logic as in
fsck_ffs.
Revision Changes Path
1.10 +2 -3 src/sbin/fsck_msdosfs/check.c
1.9 +1 -1 src/sbin/fsck_msdosfs/ext.h
1.14 +3 -3 src/sbin/fsck_msdosfs/main.c
More information about the cvs-src
mailing list