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/pc532/floppies/upgr/dot.hdprofile | |
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/pc532/floppies/upgr/dot.hdprofile')
-rw-r--r-- | distrib/pc532/floppies/upgr/dot.hdprofile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/pc532/floppies/upgr/dot.hdprofile b/distrib/pc532/floppies/upgr/dot.hdprofile index 0a692babcee..c516921d862 100644 --- a/distrib/pc532/floppies/upgr/dot.hdprofile +++ b/distrib/pc532/floppies/upgr/dot.hdprofile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.hdprofile,v 1.2 1996/04/25 21:30:52 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. -# -# $Id: dot.hdprofile,v 1.1 1995/10/18 08:37:43 deraadt 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 |