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/hp300 | |
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/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 2ea31dc3378..972a3015dfb 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.32 2002/05/01 01:15:53 millert Exp $ +# $OpenBSD: list,v 1.33 2002/05/01 19:21:28 mickey Exp $ COPY ${OBJDIR}/instbin instbin LINK instbin bin/cat @@ -66,7 +66,7 @@ COPY ${DESTDIR}/etc/spwd.db etc/spwd.db COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services SCRIPT ${DESTDIR}/etc/disktab etc/disktab -TERMCAP vt100,vt200,dumb,hp2392,hpansi,hpsub,hpex,hp300h,hp700-wy,hp70092 usr/share/misc/termcap +TERMCAP vt100,vt220,dumb,hp2392,hpansi,hpsub,hpex,hp300h,hp700-wy,hp70092 usr/share/misc/termcap # and the installation tools SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile |