NetBSD/sbin/fsck
lukem 172a636b48 - 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"
2001-06-18 06:28:59 +00:00
..
Makefile - Rename util.c and util.h to fsutil.c and fsutil.h to avoid conflict with 1996-09-27 22:38:37 +00:00
fsck.8 - Don't attempt to fsck a file system that is mounted read-write unless -f 2001-06-18 06:28:59 +00:00
fsck.c - Don't attempt to fsck a file system that is mounted read-write unless -f 2001-06-18 06:28:59 +00:00
fsutil.c ansi knf 2001-06-18 02:31:09 +00:00
fsutil.h - Don't attempt to fsck a file system that is mounted read-write unless -f 2001-06-18 06:28:59 +00:00
pathnames.h New version of filesystem independent fsck(8) program similar to mount(8). 1996-09-11 20:27:11 +00:00
preen.c - Don't attempt to fsck a file system that is mounted read-write unless -f 2001-06-18 06:28:59 +00:00