diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-09-09 16:02:04 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-09-09 16:02:04 +0000 |
commit | 3aa5610ea0e87594f226e82c5a0986ee61453199 (patch) | |
tree | 9ae2de43cb61cc81a3782a99c91e30f6bdc504b7 /usr.sbin/crunch | |
parent | 0818c1ddfbf13973984d251e7ff37c6e40656279 (diff) | |
download | FreeBSD-src-3aa5610ea0e87594f226e82c5a0986ee61453199.zip FreeBSD-src-3aa5610ea0e87594f226e82c5a0986ee61453199.tar.gz |
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.
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r-- | usr.sbin/crunch/examples/filesystem.conf | 10 | ||||
-rw-r--r-- | usr.sbin/crunch/examples/kcopy.conf | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf index 7e80bb9..6ab43f0 100644 --- a/usr.sbin/crunch/examples/filesystem.conf +++ b/usr.sbin/crunch/examples/filesystem.conf @@ -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 diff --git a/usr.sbin/crunch/examples/kcopy.conf b/usr.sbin/crunch/examples/kcopy.conf index 0c45264..5a3476d 100644 --- a/usr.sbin/crunch/examples/kcopy.conf +++ b/usr.sbin/crunch/examples/kcopy.conf @@ -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 |