freebsd-dev/usr.sbin/crunch/examples/kcopy.conf
Rodney W. Grimes 3cc583b113 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.
1994-09-09 16:02:04 +00:00

22 lines
440 B
Plaintext

# $Id: kcopy.conf,v 1.3 1994/06/24 16:39:30 jkh Exp $
srcdirs /usr/src/bin /usr/src/sbin
# Programs from bin/
progs sh cp echo test
ln test [
# These are needed because of UN*X's idiotic way of indicating that something
# is a login shell.
ln sh -
ln sh -sh
#
# Programs from sbin/
progs mount mount_cd9660 fsck init reboot umount
ln reboot halt
ln reboot fastboot
ln reboot fasthalt
libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt