freebsd-dev/sbin/fsck_ffs/SMM.doc
Adrian Chadd 9ea6f4f0be Reviewed by: rwatson, bp
Approved by:	rwatson
Obtained from:	NetBSD-current source tree

The beginnings of the fsck wrappers stuff from NetBSD. This particular commit
brings a newly repo-copied sbin/fsck_ffs/ (from sbin/fsck/) into fsck wrappers
mode.

A quick overview (the code reflects this):

* Documentation changed to reflect fsck_ffs instead of fsck
* Simply acts on a single filesystem, doesn't try to do any multiple filesystem
  magic - this is done by the fsck wrappers now

And then specific to fsck_ffs:

* link to /sbin/fsck_4.2bsd and /sbin/fsck_ufs. This is because right now
  the filesystem is of type ufs not ffs, and that during autodetection the
  labeltype rather than the VFS type is used - this is because when doing
  an autodetection of filesystem type in the fsck wrapper program, it does
  not have any link between label type (4.2bsd, vinum, etc) and VFS string.

Note that this shouldn't break a build since the required buildworld Makefile
magic and import of the fsck wrapper code into src/sbin/fsck/ will happen
in a seperate commit.
2000-10-09 08:26:35 +00:00
..
0.t Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
1.t Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
2.t Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
3.t Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
4.t Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
Makefile Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00