diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-08 20:03:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-08 20:03:25 +0000 |
commit | 41eb8b44406f2929ea9a6f7fc85eca3dfd608c41 (patch) | |
tree | 5df60d90ec09c0be423c54835766c77f2472bd61 /distrib | |
parent | 7192c1ed67e1ea3325cb5db0e2bc5ac654e128d7 (diff) |
fsck/update/awk stuff
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc/floppies/inst-common/instbin.conf | 8 | ||||
-rw-r--r-- | distrib/sparc/floppies/inst-common/list | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/sparc/floppies/inst-common/instbin.conf b/distrib/sparc/floppies/inst-common/instbin.conf index 1708c46d432..90a04a1ce23 100644 --- a/distrib/sparc/floppies/inst-common/instbin.conf +++ b/distrib/sparc/floppies/inst-common/instbin.conf @@ -1,22 +1,22 @@ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin.conf,v 1.3 1996/09/22 20:20:48 tholo Exp $ +# $Id: instbin.conf,v 1.4 1996/10/08 20:03:23 deraadt Exp $ # srcdirs bin sbin 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 +progs ftp awk progs ifconfig init ln ls mkdir mknod more mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mv newfs pax ping pwd reboot rm route progs sed sh shutdown slattach strings stty sync test tip umount -progs update ln chown chgrp -ln gawk awk ln pax tar ln sh -sh # init invokes the shell this way ln test [ ln mount_cd9660 cd9660 +ln fsck_ffs fsck ln mount_ffs ffs ln mount_msdos msdos ln mount_nfs nfs diff --git a/distrib/sparc/floppies/inst-common/list b/distrib/sparc/floppies/inst-common/list index c8746ba5ab9..f3ac16ea323 100644 --- a/distrib/sparc/floppies/inst-common/list +++ b/distrib/sparc/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.3 1996/09/22 20:20:48 tholo Exp $ +# $Id: list,v 1.4 1996/10/08 20:03:24 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -23,6 +23,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 @@ -49,7 +50,6 @@ SYMLINK /bin/cat usr/bin/tip #SYMLINK /bin/cat usr/sbin/bad144 SYMLINK /bin/cat usr/sbin/chown SYMLINK /bin/cat usr/sbin/chroot -SYMLINK /bin/cat usr/sbin/update SPECIAL /bin/rm instbin SPECIAL sync |