Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin
Module Name: src
Committed By: dsl
Date: Mon Oct 20 12:04:38 UTC 2003
Modified Files:
src/sbin/fsck: fsck.8 fsck.c fsutil.c
src/sbin/fsck_ext2fs: main.c
src/sbin/fsck_ffs: fsck.h fsck_ffs.8 main.c setup.c
src/sbin/fsck_lfs: main.c utilities.c
src/sbin/fsck_msdos: main.c
Log Message:
Add a -q (quiet) option to print nothing for clean filesystems.
Support in fsck_ffs and stub in fsck_xxx.
Push a few more messages through pwarn() instead of printf() to ensure
disk name is shown.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sbin/fsck/fsck.8
cvs rdiff -r1.30 -r1.31 src/sbin/fsck/fsck.c
cvs rdiff -r1.13 -r1.14 src/sbin/fsck/fsutil.c
cvs rdiff -r1.13 -r1.14 src/sbin/fsck_ext2fs/main.c
cvs rdiff -r1.35 -r1.36 src/sbin/fsck_ffs/fsck.h
cvs rdiff -r1.33 -r1.34 src/sbin/fsck_ffs/fsck_ffs.8
cvs rdiff -r1.46 -r1.47 src/sbin/fsck_ffs/main.c
cvs rdiff -r1.62 -r1.63 src/sbin/fsck_ffs/setup.c
cvs rdiff -r1.15 -r1.16 src/sbin/fsck_lfs/main.c \
src/sbin/fsck_lfs/utilities.c
cvs rdiff -r1.13 -r1.14 src/sbin/fsck_msdos/main.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