diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-01 19:21:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-01 19:21:29 +0000 |
commit | c0bcf841767a2d6e5165d3e880c2dc4e54a9a58d (patch) | |
tree | 14d7fca5fee3fcd676edb5f7d3beeefb9e4d0d64 /distrib/mac68k | |
parent | 4da3fea6c245717a2b1faf8ff4a9e8985b223e4f (diff) |
when filtering termcap selecet vt220, not vt200, since that's what we gonna use later, plus a few rcsid vicinity cleanups; millert@ ok
Diffstat (limited to 'distrib/mac68k')
-rw-r--r-- | distrib/mac68k/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mac68k/ramdisk/list b/distrib/mac68k/ramdisk/list index 739026ffb41..671e683466c 100644 --- a/distrib/mac68k/ramdisk/list +++ b/distrib/mac68k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.16 2002/05/01 01:15:53 millert Exp $ +# $OpenBSD: list,v 1.17 2002/05/01 19:21:28 mickey Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -56,7 +56,7 @@ SYMLINK /tmp/disktab.shadow etc/disktab SYMLINK /tmp/fstab.shadow etc/fstab SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts -TERMCAP vt100,vt200,dumb usr/share/misc/termcap +TERMCAP vt100,vt220,dumb usr/share/misc/termcap # and the installation tools SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile |