summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2009-04-24 01:43:28 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2009-04-24 01:43:28 +0000
commit6621e37b5cd8f9acb3501e9c5313a227962486da (patch)
tree6c5432db7b5a2d15b04e7ff26ca75ec48779cc22 /distrib
parent31ecc0f0cf0adffac18e9bc664807a4eabddd830 (diff)
Remove magic 'bsd.mp -> bsd' linking for the moment as it confuses
subsequent upgrades.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/amd64/common/install.md3
-rw-r--r--distrib/i386/common/install.md3
-rw-r--r--distrib/macppc/ramdisk/install.md3
-rw-r--r--distrib/mvme88k/ramdisk/install.md3
-rw-r--r--distrib/sparc64/common/install.md3
5 files changed, 5 insertions, 10 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md
index fc02e35c3ed..894d02930b5 100644
--- a/distrib/amd64/common/install.md
+++ b/distrib/amd64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.14 2009/04/24 01:04:33 krw Exp $
+# $OpenBSD: install.md,v 1.15 2009/04/24 01:43:27 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -44,7 +44,6 @@ md_installboot() {
echo "Multiprocessor machine; using bsd.mp instead of bsd."
mv bsd bsd.sp 2>/dev/null
mv bsd.mp bsd
- ln -sf bsd bsd.mp
fi
echo Installing boot block...
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index 0b4764c2898..906a0e6ff61 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.37 2009/04/24 01:04:33 krw Exp $
+# $OpenBSD: install.md,v 1.38 2009/04/24 01:43:27 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -44,7 +44,6 @@ md_installboot() {
echo "Multiprocessor machine; using bsd.mp instead of bsd."
mv bsd bsd.sp 2>/dev/null
mv bsd.mp bsd
- ln -sf bsd bsd.mp
fi
echo Installing boot block...
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md
index 446a8140d20..02a0b3f0b59 100644
--- a/distrib/macppc/ramdisk/install.md
+++ b/distrib/macppc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.39 2009/04/24 01:04:33 krw Exp $
+# $OpenBSD: install.md,v 1.40 2009/04/24 01:43:27 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -46,7 +46,6 @@ md_installboot() {
echo "Multiprocessor machine; using bsd.mp instead of bsd."
mv bsd bsd.sp 2>/dev/null
mv bsd.mp bsd
- ln -sf bsd bsd.mp
fi
[[ $disklabeltype == MBR ]] || return
diff --git a/distrib/mvme88k/ramdisk/install.md b/distrib/mvme88k/ramdisk/install.md
index 158fbde1a0a..244f1ec7fd1 100644
--- a/distrib/mvme88k/ramdisk/install.md
+++ b/distrib/mvme88k/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.31 2009/04/24 01:04:33 krw Exp $
+# $OpenBSD: install.md,v 1.32 2009/04/24 01:43:27 krw Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -43,7 +43,6 @@ md_installboot() {
echo "Multiprocessor machine; using bsd.mp instead of bsd."
mv bsd bsd.sp 2>/dev/null
mv bsd.mp bsd
- ln -sf bsd bsd.mp
fi
echo "Installing boot block..."
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md
index 79868da577e..5eec906d1ac 100644
--- a/distrib/sparc64/common/install.md
+++ b/distrib/sparc64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.26 2009/04/24 01:04:33 krw Exp $
+# $OpenBSD: install.md,v 1.27 2009/04/24 01:43:27 krw Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -48,7 +48,6 @@ md_installboot() {
echo "Multiprocessor machine; using bsd.mp instead of bsd."
mv bsd bsd.sp 2>/dev/null
mv bsd.mp bsd
- ln -sf bsd bsd.mp
fi
# use extracted mdec if it exists (may be newer)