Skip to content

Commit

Permalink
Correct the .conf files now that halt is gone and reboot is used in it's
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rwgbsd committed Sep 9, 1994
1 parent 6146335 commit 3cc583b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 7 additions & 3 deletions usr.sbin/crunch/examples/filesystem.conf
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -23,4 +27,4 @@ ln gzip zcat
# /usr/sbin
progs bad144

libs -lutil
libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt
9 changes: 6 additions & 3 deletions usr.sbin/crunch/examples/kcopy.conf
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit 3cc583b

Please sign in to comment.