summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-24 16:39:30 +0000
committerjkh <jkh@FreeBSD.org>1994-06-24 16:39:30 +0000
commit91868e9c76dcfaff463148a9d8fae9d26f6c0f91 (patch)
tree9a4bba4fdc270eea443e45c66f04fe1391bb4057
parentf99332c315e59fc225f950fb5f1cace6c222c00d (diff)
downloadFreeBSD-src-91868e9c76dcfaff463148a9d8fae9d26f6c0f91.zip
FreeBSD-src-91868e9c76dcfaff463148a9d8fae9d26f6c0f91.tar.gz
Add proper links so that - and -sh are catered for.
-rw-r--r--usr.sbin/crunch/examples/filesystem.conf7
-rw-r--r--usr.sbin/crunch/examples/kcopy.conf8
2 files changed, 13 insertions, 2 deletions
diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf
index e45fd16..7e80bb9 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 3c0c966..0c45264 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
OpenPOWER on IntegriCloud