From ff62bd41289b22416099ce070194346803e21f54 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Thu, 29 Aug 2002 01:53:38 +0000 Subject: 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@. --- distrib/sparc/miniroot/list | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'distrib/sparc/miniroot/list') 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} -- cgit v1.2.3