diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf index e45fd1606cc..7e80bb9dbd2 100644 --- a/usr.sbin/crunch/examples/filesystem.conf +++ b/usr.sbin/crunch/examples/filesystem.conf @@ -1,4 +1,4 @@ -# $Id$ +# $Id: filesystem.conf,v 1.1 1994/06/15 10:49:33 jkh Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin @@ -6,6 +6,11 @@ srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin progs sh expr ls mkdir rm sync 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 + # /sbin progs disklabel fdisk halt init mount mount_pcfs newfs umount diff --git a/usr.sbin/crunch/examples/kcopy.conf b/usr.sbin/crunch/examples/kcopy.conf index 3c0c9663607..0c452640e61 100644 --- a/usr.sbin/crunch/examples/kcopy.conf +++ b/usr.sbin/crunch/examples/kcopy.conf @@ -1,10 +1,16 @@ -# $Id: kcopy.conf,v 1.1 1994/06/15 10:49:34 jkh Exp $ +# $Id: kcopy.conf,v 1.2 1994/06/19 20: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_isofs mount_pcfs fsck halt init umount