diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 07:09:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 07:09:37 +0000 |
commit | 7a477e36c4b2b2f72c37867265538d0ce1f658a5 (patch) | |
tree | f9f959e09fc4cfd4ffa054986f6352824dcdc49c /distrib | |
parent | add2fca66cc031588a0182e96c88b783ad3875a6 (diff) |
strip more carefully; guess what -- upgrade fits now
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/common/list | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/common/list b/distrib/alpha/common/list index c0f62060c06..24d02a4d28f 100644 --- a/distrib/alpha/common/list +++ b/distrib/alpha/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 2001/08/29 15:01:17 krw Exp $ +# $OpenBSD: list,v 1.4 2002/04/21 07:09:36 deraadt Exp $ # we strip comments from files since we need the space... @@ -10,6 +10,6 @@ SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../common/dot.pr SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../common/disktab.shadow > etc/disktab.shadow SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../miniroot/install.sub > install.sub SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/install.sh > install -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/../common/install.md > install.md -SPECIAL chmod 755 install -#SPECIAL chmod 755 upgrade +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/../common/install.md > install.md +SPECIAL chmod 755 install upgrade |