summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2000-10-09 10:22:56 +0000
committeradrian <adrian@FreeBSD.org>2000-10-09 10:22:56 +0000
commit206c9da0003d97b967e9bde828270b81264479a9 (patch)
tree356e97a30efa3aee0bf036da2feeb45235143f27 /sbin
parentc1572ba8f49fc6866d325d52adfb19d7b474953a (diff)
downloadFreeBSD-src-206c9da0003d97b967e9bde828270b81264479a9.zip
FreeBSD-src-206c9da0003d97b967e9bde828270b81264479a9.tar.gz
Reviewed by: rwatson, bp
Approved by: rwatson Obtained from: NetbSD source tree Second part of the fsck wrappers commit. This commit enables the new fsck code (removing the fsck/* code and replacing it with the netbsd fsck wrapper code), and enabling some FFS-based utilities to compile. Details: * quotacheck, fsdb required modification to use the fsck_ffs/ code rather than fsck/ . This might change later since quotacheck requires preen.c which should exist in fsck/ rather than fsck_ffs/ * src/Makefile has fsck_ffs added to it so it it built as part of the tree now * share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck. I've tested this, and it shouldn't require any changes on your machine. The fsck wrapper reads /etc/fsck and is command-line-compatible enough to not require rc changes (well, most changes unless you want to do anything nifty by specifying the fs types explicityly, read the man page if you want further details on what it can do.) This now allows us to support multiple filesystem types during bootup.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 30c439b..56e6c6a 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -17,6 +17,7 @@ SUBDIR= adjkerntz \
dumpfs \
dumpon \
fsck \
+ fsck_ffs \
fsdb \
fsirand \
ifconfig \
OpenPOWER on IntegriCloud