Date: Tue, 24 Apr 2001 15:38:09 -0700 (PDT) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c main.c utilities.c Message-ID: <200104242238.f3OMc9Q13716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2001/04/24 15:38:09 PDT
Modified files:
sbin/fsck_ffs fsck.h fsck_ffs.8 fsutil.c main.c
utilities.c
Log:
Add support for the -F flag which determines whether a specified
filesystem needs foreground checking (usually at boot time) or
can defer to background checking (after the system is up and running).
See the manual page, fsck_ffs(8), for details on the -F and -B options.
These options are primarily intended for use by the fsck front end.
All output is directed to stdout so that the output is coherent
when redirected to a file or a pipe. Unify the code with the fsck
front end that allows either a device or a mount point to be
specified as the argument to be checked.
Revision Changes Path
1.19 +2 -1 src/sbin/fsck_ffs/fsck.h
1.20 +36 -55 src/sbin/fsck_ffs/fsck_ffs.8
1.6 +12 -10 src/sbin/fsck_ffs/fsutil.c
1.26 +59 -19 src/sbin/fsck_ffs/main.c
1.17 +13 -3 src/sbin/fsck_ffs/utilities.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104242238.f3OMc9Q13716>
