Date: Mon, 9 Oct 2000 03:23:31 -0700 (PDT) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/sbin/fsck fsck.c fsutil.c fsutil.h pathnames.h Makefile dir.c fsck.8 fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c src/sbin/fsck/SMM.doc 0.t 1.t 2.t 3.t 4.t Makefile ... Message-ID: <200010091023.DAA90282@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2000/10/09 03:23:31 PDT Modified files: sbin Makefile Log: 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. Revision Changes Path 1.79 +2 -1 src/sbin/Makefile Modified files: sbin/fsck Makefile sbin/fsdb Makefile sbin/quotacheck Makefile share/doc/smm/03.fsck Makefile Added files: sbin/fsck fsck.c fsutil.c fsutil.h pathnames.h Removed files: sbin/fsck dir.c fsck.8 fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c sbin/fsck/SMM.doc 0.t 1.t 2.t 3.t 4.t Makefile Log: 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. Revision Changes Path 1.6 +4 -5 src/sbin/fsck/Makefile 1.10 +4 -4 src/sbin/fsdb/Makefile 1.3 +3 -2 src/sbin/quotacheck/Makefile 1.5 +2 -2 src/share/doc/smm/03.fsck/Makefile 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?200010091023.DAA90282>