diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
commit | ca20eee8a154b2ffc9df0940a63371bcd284aaed (patch) | |
tree | 2be4056cd94f078774d7c965c865f62e5289467a /distrib/amiga | |
parent | d44dfb5d692e3c38d987ca775af156909295c7b3 (diff) |
Did some s/NetBSD/OpenBSD/, s/netbsd/bsd/ and $OpenBSD$ additions.
However this stuff is largely related to NetBSD and must be completely
redone, if we will make real relases sometime
Diffstat (limited to 'distrib/amiga')
-rw-r--r-- | distrib/amiga/floppies/inst/dot.instutils | 9 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/install.sh | 13 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/list | 4 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/dot.hdprofile | 5 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/dot.upgrutils | 5 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/list | 4 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/upgrade.sh | 11 |
7 files changed, 23 insertions, 28 deletions
diff --git a/distrib/amiga/floppies/inst/dot.instutils b/distrib/amiga/floppies/inst/dot.instutils index c7838872244..9b0568b449a 100644 --- a/distrib/amiga/floppies/inst/dot.instutils +++ b/distrib/amiga/floppies/inst/dot.instutils @@ -1,3 +1,4 @@ +# $OpenBSD: dot.instutils,v 1.3 1996/04/25 21:27:28 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -26,12 +27,10 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# $OpenBSD: dot.instutils,v 1.2 1996/04/25 02:35:49 mickey Exp $ -# Installation configuration utilites (functions), to get NetBSD configured +# Installation configuration utilites (functions), to get OpenBSD configured # reasonably once it is installed on the hard disk. These are meant to be -# invoked from the shell prompt, by people installing NetBSD. +# invoked from the shell prompt, by people installing OpenBSD. Configure() { @@ -146,7 +145,7 @@ Configure() sync echo "" - echo "All that's left to do now is to install the NetBSD kernel on" + echo "All that's left to do now is to install the OpenBSD kernel on" echo "your hard disk. You should now halt your machine using the" echo "'halt' command. Once the machine is halted, reboot it" } diff --git a/distrib/amiga/floppies/inst/install.sh b/distrib/amiga/floppies/inst/install.sh index b98e9f02ead..01cf3bb48c6 100644 --- a/distrib/amiga/floppies/inst/install.sh +++ b/distrib/amiga/floppies/inst/install.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: install.sh,v 1.3 1996/04/25 21:27:30 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,8 +28,6 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# $OpenBSD: install.sh,v 1.2 1996/04/25 02:35:51 mickey Exp $ # OpenBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable @@ -94,9 +93,9 @@ prepdrive() { esac } -echo "Welcome to the NetBSD ${VERSION} installation program." +echo "Welcome to the OpenBSD ${VERSION} installation program." echo "" -echo "This program is designed to help you put NetBSD on your hard disk," +echo "This program is designed to help you put OpenBSD on your hard disk," echo "in a simple and rational way. Its main objective is to format," echo "mount and create an fstab for your root (/) and user (/usr)" echo "partitions." @@ -173,7 +172,7 @@ echo "" echo "THIS IS YOUR LAST CHANCE!!!" echo "" echo "(answering yes will format your root partition on $rdev)" -echo -n "Are you SURE you want NetBSD installed on your hard drive? (yes/no) " +echo -n "Are you SURE you want OpenBSD installed on your hard drive? (yes/no) " answer="" while [ "$answer" = "" ]; do getresp @@ -280,11 +279,11 @@ echo " done." echo "" echo "" echo "OK! The preliminary work of setting up your disk is now complete," -echo "and you can install the actual NetBSD software." +echo "and you can install the actual OpenBSD software." echo "" echo "Right now, your root is mounted on /mnt and your usr on /mnt/usr." echo "You should consult the installation notes to determine how to load" -echo "and install the NetBSD distribution sets, and how to configure your" +echo "and install the OpenBSD distribution sets, and how to configure your" echo "system when you are done." echo "" echo "GOOD LUCK!" diff --git a/distrib/amiga/floppies/inst/list b/distrib/amiga/floppies/inst/list index 7616ecde6b7..42c05c2067e 100644 --- a/distrib/amiga/floppies/inst/list +++ b/distrib/amiga/floppies/inst/list @@ -1,10 +1,10 @@ -# $Open: list,v 1.3 1995/12/14 06:59:49 deraadt Exp $ +# $OpenBSD: list,v 1.5 1996/04/25 21:27:32 niklas Exp $ # the disktab explanation file COPY disktab.preinstall etc # copy the kernel -COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd +COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/bsd bsd # and the installation tools COPY dot.profile .profile diff --git a/distrib/amiga/floppies/upgr/dot.hdprofile b/distrib/amiga/floppies/upgr/dot.hdprofile index f45607c04b1..a715cb3f467 100644 --- a/distrib/amiga/floppies/upgr/dot.hdprofile +++ b/distrib/amiga/floppies/upgr/dot.hdprofile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.hdprofile,v 1.3 1996/04/25 21:27:35 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -26,8 +27,6 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# $OpenBSD: dot.hdprofile,v 1.2 1996/04/25 02:36:05 mickey Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH @@ -57,6 +56,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then . /.commonutils . /.upgrutils - echo "Follow the installation directions to install the NetBSD" + echo "Follow the installation directions to install the OpenBSD" echo "distribution sets." fi diff --git a/distrib/amiga/floppies/upgr/dot.upgrutils b/distrib/amiga/floppies/upgr/dot.upgrutils index 62790e27bc2..81de9356e97 100644 --- a/distrib/amiga/floppies/upgr/dot.upgrutils +++ b/distrib/amiga/floppies/upgr/dot.upgrutils @@ -1,3 +1,4 @@ +# $OpenBSD: dot.upgrutils,v 1.3 1996/04/25 21:27:37 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -26,8 +27,6 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# $OpenBSD: dot.upgrutils,v 1.2 1996/04/25 02:36:08 mickey Exp $ # Upgrade cleanup utilites (functions), to make sure a recently-upgraded # system is safely runnable. These are meant to be invoked from the shell @@ -48,7 +47,7 @@ Cleanup() echo "Done." echo "" - echo "All that's left to do now is to install a new NetBSD kernel" + echo "All that's left to do now is to install a new OpenBSD kernel" echo "on your hard disk. You should now halt your machine using" echo "the 'halt' command." } diff --git a/distrib/amiga/floppies/upgr/list b/distrib/amiga/floppies/upgr/list index 1d65a8e146d..28ddfa931ae 100644 --- a/distrib/amiga/floppies/upgr/list +++ b/distrib/amiga/floppies/upgr/list @@ -1,7 +1,7 @@ -# $OpenBSD: list,v 1.4 1996/04/25 02:36:11 mickey Exp $ +# $OpenBSD: list,v 1.5 1996/04/25 21:27:38 niklas Exp $ # copy the kernel -COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd +COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/bsd bsd # and the upgrade tools COPY dot.profile .profile diff --git a/distrib/amiga/floppies/upgr/upgrade.sh b/distrib/amiga/floppies/upgr/upgrade.sh index 6bd7bc18ce3..d4c1517ca68 100644 --- a/distrib/amiga/floppies/upgr/upgrade.sh +++ b/distrib/amiga/floppies/upgr/upgrade.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: upgrade.sh,v 1.3 1996/04/25 21:27:41 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,8 +28,6 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# $OpenBSD: upgrade.sh,v 1.2 1996/04/25 02:36:13 mickey Exp $ # OpenBSD upgrade script. # In a perfect world, this would be a nice C program, with a reasonable @@ -89,9 +88,9 @@ Convert_fstab() { sed "s/ufs/ffs/" /mnt/etc/fstab.ufs >/mnt/etc/fstab } -echo "Welcome to the NetBSD ${VERSION} upgrade program." +echo "Welcome to the OpenBSD ${VERSION} upgrade program." echo "" -echo "This program is designed to help you put the new version of NetBSD" +echo "This program is designed to help you put the new version of OpenBSD" echo "on your hard disk, in a simple and rational way. To upgrade, you" echo "must have plenty of free space on all partitions which will be" echo "upgraded. If you have at least 1MB free on your root partition," @@ -272,11 +271,11 @@ echo "Done." echo "" echo "" echo "OK! The preliminary work of setting up your disk is now complete," -echo "and you can now upgrade the actual NetBSD software." +echo "and you can now upgrade the actual OpenBSD software." echo "" echo "Right now, your hard disk is mounted on /mnt. You should consult" echo "the installation notes to determine how to load and install the new" -echo "NetBSD distribution sets, and how to clean up after the upgrade" +echo "OpenBSD distribution sets, and how to clean up after the upgrade" echo "software, when you are done." echo "" echo "GOOD LUCK!" |