diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-08 17:40:41 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-08 17:40:41 +0000 |
commit | 384281cf5424bf70df634bf54b7b57eea2bf0fc1 (patch) | |
tree | 46afba02e3d1d836631856c380e3d776fc4ba9b0 /distrib | |
parent | 8ca4073e2b58a083fbf4f52d38b25a668ebf9e9a (diff) |
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.
Diffstat (limited to 'distrib')
-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 |