From de23528dcc268baaa7fcb99d8e60b54a6572e43e Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 24 Jun 1994 16:39:30 +0000 Subject: [PATCH] Add proper links so that - and -sh are catered for. --- usr.sbin/crunch/examples/filesystem.conf | 7 ++++++- usr.sbin/crunch/examples/kcopy.conf | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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