summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-04-19 02:17:32 +0000
committerderaadt <deraadt@openbsd.org>2001-04-19 02:17:32 +0000
commit8007b0c11db335125a0427d2ff3b245293eca371 (patch)
tree86141df02746b8ff94e716eaea9ef5477067d954
parentundo broken change (diff)
downloadwireguard-openbsd-8007b0c11db335125a0427d2ff3b245293eca371.tar.xz
wireguard-openbsd-8007b0c11db335125a0427d2ff3b245293eca371.zip
strip comments, as on the alpha; millert ok
-rw-r--r--distrib/i386/floppies/common/list12
-rw-r--r--distrib/i386/floppies/ramdiskC/list12
2 files changed, 12 insertions, 12 deletions
diff --git a/distrib/i386/floppies/common/list b/distrib/i386/floppies/common/list
index cd8c95edcc3..91ff7753fbe 100644
--- a/distrib/i386/floppies/common/list
+++ b/distrib/i386/floppies/common/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.18 2001/04/09 06:55:40 deraadt Exp $
+# $OpenBSD: list,v 1.19 2001/04/19 02:17:32 deraadt Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
@@ -81,9 +81,9 @@ COPY ${CURDIR}/../common/termcap.vt usr/share/misc/termcap
#COPY ${DESTDIR}/usr/share/misc/scsi_modes usr/share/misc/scsi_modes
# and the installation tools
-COPY ${CURDIR}/../common/dot.profile .profile
-COPY ${CURDIR}/../common/install.md install.md
-COPY ${CURDIR}/../../../miniroot/install.sh install
-COPY ${CURDIR}/../../../miniroot/upgrade.sh upgrade
-SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/dot.profile > .profile
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/install.md > install.md
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../../miniroot/upgrade.sh > upgrade
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../../miniroot/install.sh > install
+SPECIAL sed -e '/^#[ ].*$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
SPECIAL chmod 755 install upgrade
diff --git a/distrib/i386/floppies/ramdiskC/list b/distrib/i386/floppies/ramdiskC/list
index 6dc5107d2aa..ec2629f3daf 100644
--- a/distrib/i386/floppies/ramdiskC/list
+++ b/distrib/i386/floppies/ramdiskC/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.1 2001/04/09 06:55:40 deraadt Exp $
+# $OpenBSD: list,v 1.2 2001/04/19 02:17:33 deraadt Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
@@ -83,9 +83,9 @@ COPY ${CURDIR}/../common/termcap.vt usr/share/misc/termcap
#COPY ${DESTDIR}/usr/share/misc/scsi_modes usr/share/misc/scsi_modes
# and the installation tools
-COPY ${CURDIR}/../common/dot.profile .profile
-COPY ${CURDIR}/../common/install.md install.md
-COPY ${CURDIR}/../../../miniroot/install.sh install
-COPY ${CURDIR}/../../../miniroot/upgrade.sh upgrade
-SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/dot.profile > .profile
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../common/install.md > install.md
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../../miniroot/upgrade.sh > upgrade
+SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../../miniroot/install.sh > install
+SPECIAL sed -e '/^#[ ].*$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
SPECIAL chmod 755 install upgrade