diff options
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 |