diff options
author | 2001-10-08 17:40:40 +0000 | |
---|---|---|
committer | 2001-10-08 17:40:40 +0000 | |
commit | 8f1f36b5b39a765562c10a410d9ec792a3c38573 (patch) | |
tree | c6c32efa1ccb89517141e216aa4c5ace2587fde6 | |
parent | use correct family for -b option (diff) | |
download | wireguard-openbsd-8f1f36b5b39a765562c10a410d9ec792a3c38573.tar.xz wireguard-openbsd-8f1f36b5b39a765562c10a410d9ec792a3c38573.zip |
powerpc -> macppc changes (missed previously)
change ARCH=ARCH sed to use `arch -ks` so it has the proper macppc
directory when referring to the ftp or CD directories.
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 6 | ||||
-rw-r--r-- | distrib/macppc/ramdisk/list | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index fcc41a43f39..36f4b7965c1 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.2 2001/09/04 22:25:02 deraadt Exp $ +# $OpenBSD: install.md,v 1.3 2001/10/08 17:40:40 drahn Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -378,7 +378,7 @@ md_welcome_banner() { { if [ "$MODE" = install ]; then cat << __EOT -Welcome to the OpenBSD/powerpc ${VERSION_MAJOR}.${VERSION_MINOR} installation program. +Welcome to the OpenBSD/macppc ${VERSION_MAJOR}.${VERSION_MINOR} installation program. This program is designed to help you put OpenBSD on your disk in a simple and rational way. @@ -386,7 +386,7 @@ __EOT else cat << __EOT -Welcome to the OpenBSD/powerpc ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program. +Welcome to the OpenBSD/macppc ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program. This program is designed to help you upgrade your OpenBSD system in a simple and rational way. As a reminder, installing the 'etc' binary set is NOT diff --git a/distrib/macppc/ramdisk/list b/distrib/macppc/ramdisk/list index d74cfaa1915..d607be22dc3 100644 --- a/distrib/macppc/ramdisk/list +++ b/distrib/macppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.3 2001/10/02 17:01:31 deraadt Exp $ +# $OpenBSD: list,v 1.4 2001/10/08 17:40:40 drahn Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -95,7 +95,7 @@ COPY ${TOPDIR}/common/termcap.vt usr/share/misc/termcap # and the installation tools COPY dot.profile .profile -SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/install.md > install.md +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -ks`/" < ${CURDIR}/install.md > install.md COPY ${CURDIR}/../../miniroot/install.sh install COPY ${CURDIR}/../../miniroot/upgrade.sh upgrade #SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/install.sub > install.sub |