summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-31 17:10:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-31 17:10:15 +0000
commit9742f8846e3e6fb99bea2c4ff03b085263573fdb (patch)
tree6600e0219c7e86f9ad5457b6e88e22c05b3dc684 /distrib/alpha
parent784235a217ec8186bbb1bdd17284fec897322421 (diff)
Make default termtype sun, not ansi-mini
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/ramdisk/dot.profile4
-rw-r--r--distrib/alpha/ramdisk/install.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile
index 607d4761b97..d3f64160e46 100644
--- a/distrib/alpha/ramdisk/dot.profile
+++ b/distrib/alpha/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.3 1997/05/11 18:44:34 millert Exp $
+# $OpenBSD: dot.profile,v 1.4 1997/07/31 17:10:13 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -43,7 +43,7 @@ umask 022
# Terminals in termcap, default TERM.
# This assumes a *small* termcap file.
TERMS=`grep '^[A-z]' /usr/share/misc/termcap | sed -e 's/|[^|]*$//' -e 's/|/ /g'`
-TERM=ansi-mini
+TERM=sun
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md
index ee8e1043620..8995483c142 100644
--- a/distrib/alpha/ramdisk/install.md
+++ b/distrib/alpha/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.9 1997/07/09 15:11:10 millert Exp $
+# $OpenBSD: install.md,v 1.10 1997/07/31 17:10:14 millert Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -72,8 +72,8 @@ md_set_term() {
if [ ! -z "$TERM" ]; then
return
fi
- echo -n "Specify terminal type [ansi-mini]: "
- getresp "ansi-mini"
+ echo -n "Specify terminal type [sun]: "
+ getresp "sun"
TERM="$resp"
export TERM
}