diff options
Diffstat (limited to 'distrib/i386/floppies/ramdisk/dot.profile')
-rw-r--r-- | distrib/i386/floppies/ramdisk/dot.profile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/distrib/i386/floppies/ramdisk/dot.profile b/distrib/i386/floppies/ramdisk/dot.profile index 7dc5eee25ca..13e93aa0812 100644 --- a/distrib/i386/floppies/ramdisk/dot.profile +++ b/distrib/i386/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.3 1997/04/17 10:02:03 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.4 1997/05/03 07:50:15 tholo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -31,8 +31,6 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH -TERM=pc3 -export TERM HOME=/ export HOME @@ -55,6 +53,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then . /.commonutils . /.instutils - # run the installation script. - install + echo "Follow the installation directions to install or upgrade" + echo "the OpenBSD distribution sets." fi |