Correct the .conf files now that halt is gone and reboot is used in it's

place.

Removed mount_pcfs until we have a replacement.

Removed fdisk until it is ported and/or replaced.

Now have to include many more libraries due to /bin/sh changes.
This commit is contained in:
rgrimes 1994-09-09 16:02:04 +00:00
parent 0818c1ddfb
commit 3aa5610ea0
2 changed files with 13 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $Id: filesystem.conf,v 1.1 1994/06/15 10:49:33 jkh Exp $
# $Id: filesystem.conf,v 1.2 1994/06/24 16:39:29 jkh Exp $
srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
@ -12,7 +12,11 @@ ln sh -
ln sh -sh
# /sbin
progs disklabel fdisk halt init mount mount_pcfs newfs umount
progs disklabel fdisk init mount newfs reboot umount
ln reboot halt
ln reboot fastboot
ln reboot fasthalt
# /usr/bin
progs cpio gzip
@ -23,4 +27,4 @@ ln gzip zcat
# /usr/sbin
progs bad144
libs -lutil
libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt

View File

@ -1,4 +1,4 @@
# $Id: kcopy.conf,v 1.2 1994/06/19 20:39:30 jkh Exp $
# $Id: kcopy.conf,v 1.3 1994/06/24 16:39:30 jkh Exp $
srcdirs /usr/src/bin /usr/src/sbin
@ -13,6 +13,9 @@ ln sh -sh
#
# Programs from sbin/
progs mount mount_isofs mount_pcfs fsck halt init umount
progs mount mount_cd9660 fsck init reboot umount
ln reboot halt
ln reboot fastboot
ln reboot fasthalt
libs -lutil
libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt