diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 16:48:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 16:48:49 +0000 |
commit | f5470758f22bd3eb49a16d9a5d294a9317356b89 (patch) | |
tree | 018ee7c134868595d82024f12e99e363990b50e6 /distrib/sun3 | |
parent | 288f5d5d4b99badf7e3e91cf99758afafe4c0ecc (diff) |
de-tab install.md more fully
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/miniroot/list | 4 | ||||
-rw-r--r-- | distrib/sun3/ramdisk/list | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/sun3/miniroot/list b/distrib/sun3/miniroot/list index 9f05b5bd10b..e6596372872 100644 --- a/distrib/sun3/miniroot/list +++ b/distrib/sun3/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.6 2002/04/22 02:43:16 deraadt Exp $ +# $OpenBSD: list,v 1.7 2002/04/22 16:48:48 deraadt Exp $ # Sun3 extras LINK instbin sbin/disklabel @@ -42,6 +42,6 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts # and the installation tools -SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`" < ${CURDIR}/../common/install.md > install.md +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`" < ${CURDIR}/../common/install.md > install.md SPECIAL sync; ${DESTDIR}/usr/mdec/installboot ${TARGDIR}/boot ${DESTDIR}/usr/mdec/bootxx /dev/rsvnd0c diff --git a/distrib/sun3/ramdisk/list b/distrib/sun3/ramdisk/list index 85bf7e83554..a905a12b4ca 100644 --- a/distrib/sun3/ramdisk/list +++ b/distrib/sun3/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.8 2002/04/22 02:43:16 deraadt Exp $ +# $OpenBSD: list,v 1.9 2002/04/22 16:48:48 deraadt Exp $ # Sun3 extra's LINK instbin sbin/disklabel @@ -32,4 +32,4 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts # and the installation tools -SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md |