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/alpha | |
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/alpha')
-rw-r--r-- | distrib/alpha/common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/list b/distrib/alpha/common/list index 369ec6730ee..d5eef1f420e 100644 --- a/distrib/alpha/common/list +++ b/distrib/alpha/common/list @@ -1,5 +1,5 @@ # -# $OpenBSD: list,v 1.7 2002/04/30 03:47:03 deraadt Exp $ +# $OpenBSD: list,v 1.8 2002/05/01 01:15:53 millert Exp $ # SRCDIRS distrib/special @@ -26,7 +26,7 @@ LINK instbin bin/sleep LINK instbin sbin/disklabel LINK instbin sbin/dmesg LINK instbin sbin/hostname -LINK instbin sbin/fsck +LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/ifconfig LINK instbin sbin/init LINK instbin sbin/mknod |