diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-05 13:55:29 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-05 13:55:29 +0000 |
commit | 78509be7e335eafe829ee587d3a7d17b55533fae (patch) | |
tree | 78483d380f21d2ba1ba4cdd04d1b111337484ff3 /distrib/sparc/miniroot/list | |
parent | e8f6cfe03d315b5be2b3aa6f365836f552359a58 (diff) |
inprove TERM/EDITOR stuff and mount /kern in miniroot/.profile and dump about 500K of termcap excess from the miniroot
Diffstat (limited to 'distrib/sparc/miniroot/list')
-rw-r--r-- | distrib/sparc/miniroot/list | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/sparc/miniroot/list b/distrib/sparc/miniroot/list index 0af76408ff3..4a161aa935e 100644 --- a/distrib/sparc/miniroot/list +++ b/distrib/sparc/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.7 1997/04/30 18:56:03 niklas Exp $ +# $OpenBSD: list,v 1.8 1997/05/05 13:55:27 grr Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -39,8 +39,9 @@ COPYDIR ${DESTDIR}/usr/mdec usr/mdec # the zoneinfo COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo -# and the termcap file -COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap +# and a few useful bits of the termcap file (512K and still growing 8-) +# COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap +SPECIAL sed -n -e '/^dumb|/,/:[ ]*$/p' -e '/^unknown|/,/:[ ]*$/p' -e '/^sun.*|/,/:[ ]*$/p' -e '/^vt.*|/,/:[ ]*$/p' -e '/^pc3|/,/:[ ]*$/p' -e '/^pcvt.*|/,/:[ ]*$/p' ${CURDIR}/../../share/termcap/termcap.src > usr/share/misc/termcap # copy the kernel COPY bsd bsd |