update to note that fsck no longer exists, that fsck_ffs should be used,

and that fsck should be a link to fsck_ffs.
This commit is contained in:
cgd 1996-05-02 23:16:57 +00:00
parent 7c1754fdff
commit c917cba930
4 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,11 @@
#
# kcbin.conf - unified binary for the kc floppy
# $Id: instbin.conf,v 1.8 1996/03/12 04:55:21 perry Exp $
# $Id: instbin.conf,v 1.9 1996/05/02 23:16:57 cgd Exp $
#
srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
progs bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck ftp gawk
progs bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs ftp gawk
progs gzip ifconfig init less ln ls mkdir mknod mount mount_cd9660
progs mount_ffs mount_msdos mount_nfs mount_kernfs
progs mv newfs ping pwd reboot rm route
@ -13,6 +13,7 @@ progs sed sh shutdown slattach strings stty sync tar test tip umount
progs update
ln chown chgrp
ln fsck_ffs fsck
ln gawk awk
ln gzip gzcat gunzip
ln less more

View File

@ -1,4 +1,4 @@
# $Id: list,v 1.5 1995/11/28 23:57:31 jtc Exp $
# $Id: list,v 1.6 1996/05/02 23:17:03 cgd Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
@ -22,6 +22,7 @@ LINK instbin bin/test
LINK instbin bin/[
LINK instbin sbin/disklabel
LINK instbin sbin/fsck
LINK instbin sbin/fsck_ffs
LINK instbin sbin/halt
LINK instbin sbin/ifconfig
LINK instbin sbin/init

View File

@ -1,12 +1,13 @@
#
# kcbin.conf - unified binary for the kc floppy
# $Id: kcbin.conf,v 1.6 1995/08/13 03:59:10 cgd Exp $
# $Id: kcbin.conf,v 1.7 1996/05/02 23:17:09 cgd Exp $
#
srcdirs bin sbin
progs cp dd disklabel fsck init mount mount_ffs reboot sh test umount
progs cp dd disklabel fsck_ffs init mount mount_ffs reboot sh test umount
ln fsck_ffs fsck
ln test [
ln mount_ffs ffs
ln reboot halt

View File

@ -1,4 +1,4 @@
# $Id: list,v 1.5 1995/08/14 01:50:20 cgd Exp $
# $Id: list,v 1.6 1996/05/02 23:17:14 cgd Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/kcbin kcbin
@ -9,6 +9,7 @@ LINK kcbin bin/test
LINK kcbin bin/[
LINK kcbin sbin/disklabel
LINK kcbin sbin/fsck
LINK kcbin sbin/fsck_ffs
LINK kcbin sbin/halt
LINK kcbin sbin/init
LINK kcbin sbin/mount