diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-02 02:31:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-02 02:31:05 +0000 |
commit | 8d901c8263c0b8e3dcd4b7e7b1229ace8b8543c9 (patch) | |
tree | dd225a31ef2a6649522a7a4fe6ecbae4841a56d6 /distrib/ramdisk/list | |
parent | 4a3c043af117eac7d312c92030fa7157f06cf85e (diff) |
repository move of src/bin/pdksh to src/bin/ksh
Diffstat (limited to 'distrib/ramdisk/list')
-rw-r--r-- | distrib/ramdisk/list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 98bab9d4cbf..24db998b66e 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 1997/09/17 14:19:42 deraadt Exp $ +# $OpenBSD: list,v 1.6 1997/12/02 02:30:34 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -23,7 +23,7 @@ LINK instbin bin/mt LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/rm -LINK instbin bin/pdksh bin/sh +LINK instbin bin/ksh bin/sh LINK instbin bin/stty LINK instbin bin/sleep LINK instbin bin/sync @@ -49,7 +49,7 @@ SYMLINK ../../instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat SYMLINK ../../instbin usr/bin/sed SYMLINK ../../instbin usr/bin/build usr/bin/vi -ARGVLINK pdksh -sh +ARGVLINK ksh -sh # various files that we need in /etc for the install COPY ${DESTDIR}/etc/group etc/group |