summaryrefslogtreecommitdiffstats
path: root/release/i386
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2001-11-19 14:43:29 +0000
committermatusita <matusita@FreeBSD.org>2001-11-19 14:43:29 +0000
commitd9139c0d022245444b028b69771e440783141a3c (patch)
treebf002d29198b378ba4c244dd6d52bd920ce4fff1 /release/i386
parentce75de225a983794585a30d66bf58dee21c3c739 (diff)
downloadFreeBSD-src-d9139c0d022245444b028b69771e440783141a3c.zip
FreeBSD-src-d9139c0d022245444b028b69771e440783141a3c.tar.gz
Add fsck tool for UFS to /stand tools (again).
Actually src/release/i386/boot_crunch.conf rev 1.45 does this change, but unfortunately there is no src/sbin/fsck_4.2bsd directory, but src/sbin/fsck_ffs. This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to 'fsck_4.2bsd' and 'fsck_ufs'. Note that 4-stable's fsck(8) have an ability of fsck_ffs also, there is no need to MFC at least now. Tested only for: i386 (but I believe this doesn't break for other archs)
Diffstat (limited to 'release/i386')
-rw-r--r--release/i386/boot_crunch.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf
index f2d39dd..dc16866 100644
--- a/release/i386/boot_crunch.conf
+++ b/release/i386/boot_crunch.conf
@@ -11,9 +11,11 @@ srcdirs /usr/src/gnu/usr.bin
progs cpio
srcdirs /usr/src/sbin
-progs dhclient fsck fsck_4.2bsd ifconfig
+progs dhclient fsck fsck_ffs ifconfig
progs mount_nfs newfs route rtsol
progs slattach tunefs
+ln fsck_ffs fsck_4.2bsd
+ln fsck_ffs fsck_ufs
srcdirs /usr/src/usr.bin
progs find minigzip sed
OpenPOWER on IntegriCloud