diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-01 01:15:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-01 01:15:54 +0000 |
commit | 050679d22c774ab66d1823538444af8daffb65a6 (patch) | |
tree | e8b509292d40b98790a8973ea0927d888a2f22e1 /distrib/mvme88k | |
parent | 86f2bd33733331e6c7f97ea6bc2ff3aed9d40f56 (diff) |
We only need fsck_ffs, not the fsck front end.
Make all fsck list file entries simply be:
LINK instbin sbin/fsck_ffs sbin/fsck
Diffstat (limited to 'distrib/mvme88k')
-rw-r--r-- | distrib/mvme88k/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mvme88k/ramdisk/list b/distrib/mvme88k/ramdisk/list index cee29e49fed..1342774af3c 100644 --- a/distrib/mvme88k/ramdisk/list +++ b/distrib/mvme88k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.17 2002/04/30 09:18:20 deraadt Exp $ +# $OpenBSD: list,v 1.18 2002/05/01 01:15:53 millert Exp $ COPY ${OBJDIR}/instbin instbin LINK instbin bin/cat @@ -28,7 +28,7 @@ LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/[ LINK instbin sbin/disklabel LINK instbin sbin/dmesg -LINK instbin sbin/fsck +LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/halt LINK instbin sbin/ifconfig LINK instbin sbin/init |