diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-04 11:08:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-04 11:08:42 +0000 |
commit | fd88bfdde2af578c4c65e3ba274c602c7bc61add (patch) | |
tree | fae1ce1a6d0ab4b80b8935b3eb57e56d78b2145f /distrib/miniroot | |
parent | b7245877708d80193a88c616448bedf465a22fc8 (diff) |
The -sh link should be to pdksh instead of sh, or makeconf.awk
will try to bring in ash as well
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/list b/distrib/miniroot/list index 5c79795b7e8..6188683f63b 100644 --- a/distrib/miniroot/list +++ b/distrib/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.8 1997/05/01 11:05:15 niklas Exp $ +# $OpenBSD: list,v 1.9 1997/05/04 11:08:41 niklas Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -56,7 +56,7 @@ SYMLINK ../../instbin usr/bin/vim usr/bin/vi ARGVLINK mount_ffs ffs ARGVLINK mount_nfs nfs ARGVLINK mount_cd9660 cd9660 -ARGVLINK sh -sh +ARGVLINK pdksh -sh # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group |