Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sparc Use vt100 rather than sun for $TERM.



details:   https://anonhg.NetBSD.org/src/rev/f5157b3b379b
branches:  trunk
changeset: 757827:f5157b3b379b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 25 14:29:13 2010 +0000

description:
Use vt100 rather than sun for $TERM.
The latter one is not supported by the hardcoded libterminfo fallback
without external database.

diffstat:

 distrib/sparc/install.md           |  6 +++---
 distrib/sparc/miniroot/dot.profile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 18e8f577b6a6 -r f5157b3b379b distrib/sparc/install.md
--- a/distrib/sparc/install.md  Sat Sep 25 14:00:30 2010 +0000
+++ b/distrib/sparc/install.md  Sat Sep 25 14:29:13 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.21 2008/04/30 13:10:49 martin Exp $
+#      $NetBSD: install.md,v 1.22 2010/09/25 14:29:13 tsutsui Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -44,8 +44,8 @@
        if [ ! -z "$TERM" ]; then
                return
        fi
-       echo -n "Specify terminal type [sun]: "
-       getresp "sun"
+       echo -n "Specify terminal type [vt100]: "
+       getresp "vt100"
        TERM="$resp"
        export TERM
 }
diff -r 18e8f577b6a6 -r f5157b3b379b distrib/sparc/miniroot/dot.profile
--- a/distrib/sparc/miniroot/dot.profile        Sat Sep 25 14:00:30 2010 +0000
+++ b/distrib/sparc/miniroot/dot.profile        Sat Sep 25 14:29:13 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.13 2004/03/26 15:27:56 pk Exp $
+# $NetBSD: dot.profile,v 1.14 2010/09/25 14:29:14 tsutsui Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -35,7 +35,7 @@
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
-TERM=sun
+TERM=vt100
 export TERM
 HOME=/
 export HOME



Home | Main Index | Thread Index | Old Index