diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-31 17:10:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-31 17:10:15 +0000 |
commit | 9742f8846e3e6fb99bea2c4ff03b085263573fdb (patch) | |
tree | 6600e0219c7e86f9ad5457b6e88e22c05b3dc684 /distrib/alpha/ramdisk/dot.profile | |
parent | 784235a217ec8186bbb1bdd17284fec897322421 (diff) |
Make default termtype sun, not ansi-mini
Diffstat (limited to 'distrib/alpha/ramdisk/dot.profile')
-rw-r--r-- | distrib/alpha/ramdisk/dot.profile | 4 |
1 files changed, 2 insertions, 2 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 |