diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-29 17:13:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-29 17:13:40 +0000 |
commit | 38bf101802581aab6eedd860599bec1fe80f8bf1 (patch) | |
tree | 7064997817e5c9040fd694554804d319d5451954 /distrib/vax/ramdisk | |
parent | be5da28bf760481cf2c10351d5815e8673d7a7f6 (diff) |
generate termcap file using a list2sh.awk directrive; distrib becomes a lot smaller again
Diffstat (limited to 'distrib/vax/ramdisk')
-rw-r--r-- | distrib/vax/ramdisk/list | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/vax/ramdisk/list b/distrib/vax/ramdisk/list index 2759d3d8a10..a53236b9ff9 100644 --- a/distrib/vax/ramdisk/list +++ b/distrib/vax/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.13 2002/04/22 16:48:48 deraadt Exp $ +# $OpenBSD: list,v 1.14 2002/04/29 17:13:39 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # extras @@ -22,15 +22,13 @@ LINK usr/mdec/xxboot usr/mdec/raboot LINK usr/mdec/xxboot usr/mdec/rdboot LINK usr/mdec/xxboot usr/mdec/sdboot -# and a few useful bits of the termcap file (512K and still growing 8-) -SPECIAL tic -C ${CURDIR}/../../share/termtypes/termtypes.master | sed -n -e 's,/usr/share/lib/tabset,/usr/share/tabset,g' -e 's,/usr/lib/tabset,/usr/share/tabset,g' -e '/^dumb|/,/:[ ]*$/p' -e '/^unknown|/,/:[ ]*$/p' -e '/^vt.*|/,/:[ ]*$/p' > usr/share/misc/termcap - # various files that we need in /etc for the install SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${DESTDIR}/etc/disktab > etc/disktab.shadow 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 # and the installation tools SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${ARCHDIR}/../install.md > install.md |