diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-17 17:00:06 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-17 17:00:06 +0000 |
commit | 7ee095337a733285d82a0990c08760c75b572cca (patch) | |
tree | f45f7d66c37b385f27c5b8d18b94f1992e504913 /distrib | |
parent | c8d4a2463a1f675a24412589a2a9c126c1518588 (diff) |
OpenBSD, add tag.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/powerpc/miniroot/install.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/powerpc/miniroot/install.sub b/distrib/powerpc/miniroot/install.sub index 84cb86a8a2b..756940fe1c9 100644 --- a/distrib/powerpc/miniroot/install.sub +++ b/distrib/powerpc/miniroot/install.sub @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: install.sub,v 1.2 1997/02/17 17:00:05 rahnds Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -36,7 +37,7 @@ # POSSIBILITY OF SUCH DAMAGE. # -# NetBSD installation/upgrade script - common subroutines. +# OpenBSD installation/upgrade script - common subroutines. ROOTDISK="" # filled in below VERSION= # filled in automatically (see list) @@ -611,7 +612,7 @@ install_from_mounted_fs() { fi done else - echo "There are no NetBSD install sets available in \"$1\"" + echo "There are no OpenBSD install sets available in \"$1\"" return fi |