Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/18/2001 09:29:00
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Jun 18 06:28:59 UTC 2001

Modified Files:
	basesrc/sbin/fsck: fsck.8 fsck.c fsutil.h preen.c

Log Message:
- Don't attempt to fsck a file system that is mounted read-write unless -f
  (force) is given. fsck(8) will return with a zero exit status if "fsck -p"
  is used in this circumstance, but all other invocations (e.g, "fsck",
  "fsck /filesystem", "fsck -p /filesystem") will return with a non-zero exit
  status in this circumstance.
  Per discussions with various people including Bill Sommerfeld.
- Use "file system" instead of "filesystem"


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/sbin/fsck/fsck.8
cvs rdiff -r1.25 -r1.26 basesrc/sbin/fsck/fsck.c
cvs rdiff -r1.6 -r1.7 basesrc/sbin/fsck/fsutil.h
cvs rdiff -r1.21 -r1.22 basesrc/sbin/fsck/preen.c

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