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/vax/common/list | |
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/vax/common/list')
-rw-r--r-- | distrib/vax/common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/common/list b/distrib/vax/common/list index a9334bd933f..bf122318c06 100644 --- a/distrib/vax/common/list +++ b/distrib/vax/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.7 2002/05/01 01:15:53 millert Exp $ +# $OpenBSD: list,v 1.8 2002/05/01 19:21:28 mickey Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -61,7 +61,7 @@ COPY ${DESTDIR}/etc/group etc/group COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services COPY ${DESTDIR}/etc/spwd.db etc/spwd.db -TERMCAP vt100,vt200,dumb usr/share/misc/termcap +TERMCAP vt100,vt220,dumb usr/share/misc/termcap COPY ${DESTDIR}/bsd . COPY ${DESTDIR}/boot . |