summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-19 02:17:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-19 02:17:34 +0000
commit95cd76778d93357527b0d13a036e9e94c1945c64 (patch)
treeb1b62a80d2105019bfef610e1cc6829acb55ec1f /distrib/i386/floppies
parented8ed9f02837548617d4dca228983a8f935eaee6 (diff)
strip comments, as on the alpha; millert ok
Diffstat (limited to 'distrib/i386/floppies')
-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