diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-11 19:21:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-11 19:21:09 +0000 |
commit | d4b824da7137756525a68ec615d8e1cb0ee09e80 (patch) | |
tree | 3894a88681f5555071a12edba13512dda810234b /distrib/vax | |
parent | dbcc11009045e3601022b41a8823e124290a7c8f (diff) |
put a seperate and real fsck on the media
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/common/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/vax/common/list b/distrib/vax/common/list index 1ea5850ae9b..87ed43559d1 100644 --- a/distrib/vax/common/list +++ b/distrib/vax/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.12 2004/12/29 00:45:35 deraadt Exp $ +# $OpenBSD: list,v 1.13 2005/01/11 19:21:08 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -25,7 +25,8 @@ LINK instbin bin/stty LINK instbin bin/sync LINK instbin sbin/disklabel LINK instbin sbin/dmesg -LINK instbin sbin/fsck_ffs sbin/fsck +LINK instbin sbin/fsck +LINK instbin sbin/fsck_ffs LINK instbin sbin/halt LINK instbin sbin/ifconfig LINK instbin sbin/init |