diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-04 22:41:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-04 22:41:31 +0000 |
commit | fa99f3747d5166145fa0fbf9a7d3fd4a33eafc5a (patch) | |
tree | be31f84af7ac808c12e0138c52e8fab2af8e27ad | |
parent | 499f7c297246b356700a7c2618036617a1fe0af9 (diff) |
de-comment install.* and upgrade
-rw-r--r-- | distrib/ramdisk/list | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 18c17528638..10d210b7f96 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.16 2001/12/17 00:41:51 krw Exp $ +# $OpenBSD: list,v 1.17 2002/04/04 22:41:30 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -54,10 +54,9 @@ COPY ${CURDIR}/../miniroot/protocols etc/protocols COPY ${CURDIR}/../miniroot/services etc/services # and the installation scripts -COPY ${CURDIR}/../miniroot/install.sub install.sub -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' -e '/^[ ]*#$/d' < ${CURDIR}/../miniroot/upgrade.sh > upgrade +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../miniroot/install.sh > install +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../miniroot/install.sub > install.sub SPECIAL chmod 755 install upgrade # dhcp things |