diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-08-29 01:53:38 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-08-29 01:53:38 +0000 |
commit | ff62bd41289b22416099ce070194346803e21f54 (patch) | |
tree | 7f68a1292b91490024dc7bfab469851f1ef65be8 /distrib/sparc | |
parent | 3654abde9eb6af39377967187bee6b00e7fe9cfb (diff) |
Add a new verb to list2sh.awk, 'REMOVE'. This allows the easy
disabling of '(U)pgrade' in architectures by adding
REMOVE upgrade
to the end of the 'list' file for that architecture.
Add code to dot.profile to check for the presence of the upgrade
script before offering to (U)pgrade.
Use the new verb to disable upgrades for sparc.
ok deraadt@.
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/miniroot/list | 5 | ||||
-rw-r--r-- | distrib/sparc/ramdisk/list | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/distrib/sparc/miniroot/list b/distrib/sparc/miniroot/list index f0dc942c8f2..3f146ae056a 100644 --- a/distrib/sparc/miniroot/list +++ b/distrib/sparc/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.22 2002/05/01 19:21:28 mickey Exp $ +# $OpenBSD: list,v 1.23 2002/08/29 01:53:37 krw Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -33,8 +33,9 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap -# and the installation tools +# and the installation tools (no upgrade from 3.1 to 3.2) SCRIPT ${ARCHDIR}/../install.md install.md +REMOVE upgrade COPY ${DESTDIR}/usr/mdec/boot boot SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR} diff --git a/distrib/sparc/ramdisk/list b/distrib/sparc/ramdisk/list index ba428082db4..7154e444317 100644 --- a/distrib/sparc/ramdisk/list +++ b/distrib/sparc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.18 2002/04/30 07:24:22 deraadt Exp $ +# $OpenBSD: list,v 1.19 2002/08/29 01:53:37 krw Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # Sparc extra's @@ -28,5 +28,6 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap -# and the installation tools +# and the installation tools (no upgrade from 3.1 to 3.2) SCRIPT ${ARCHDIR}/../install.md install.md +REMOVE upgrade |