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/vax/common/list | |
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/vax/common/list')
-rw-r--r-- | distrib/vax/common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/common/list b/distrib/vax/common/list index d5444646bf3..a9334bd933f 100644 --- a/distrib/vax/common/list +++ b/distrib/vax/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.6 2002/04/30 07:33:12 deraadt Exp $ +# $OpenBSD: list,v 1.7 2002/05/01 01:15:53 millert Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -27,7 +27,7 @@ LINK instbin bin/test 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 |