diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-05 19:50:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-05 19:50:47 +0000 |
commit | 6155c550768bf66ecbfa31f2d789b4dc69860581 (patch) | |
tree | efb32d1db88455ade807b19c357f11ebc5b93665 | |
parent | e76bdef1fa868c260c322b2072596f3603fc6933 (diff) |
remove garbage; miod ok
-rw-r--r-- | distrib/alpha/common/dot.profile | 10 | ||||
-rw-r--r-- | distrib/amiga/miniroot/dot.profile | 52 | ||||
-rw-r--r-- | distrib/amiga/ramdisk/dot.profile | 52 | ||||
-rw-r--r-- | distrib/hp300/ramdisk/dot.profile | 6 | ||||
-rw-r--r-- | distrib/i386/floppies/common/dot.profile | 14 | ||||
-rw-r--r-- | distrib/mac68k/ramdisk/dot.profile | 6 | ||||
-rw-r--r-- | distrib/macppc/ramdisk/dot.profile | 6 | ||||
-rw-r--r-- | distrib/mvme68k/ramdisk/dot.profile | 15 | ||||
-rw-r--r-- | distrib/mvme88k/miniroot/dot.profile | 52 | ||||
-rw-r--r-- | distrib/mvmeppc/ramdisk/dot.profile | 7 | ||||
-rw-r--r-- | distrib/sparc/miniroot/dot.profile | 7 | ||||
-rw-r--r-- | distrib/sparc/ramdisk/dot.profile | 7 | ||||
-rw-r--r-- | distrib/sparc64/common/dot.profile | 7 | ||||
-rw-r--r-- | distrib/sun3/miniroot/dot.profile | 7 | ||||
-rw-r--r-- | distrib/sun3/ramdisk/dot.profile | 7 | ||||
-rw-r--r-- | distrib/vax/ramdisk/dot.profile | 7 |
16 files changed, 24 insertions, 238 deletions
diff --git a/distrib/alpha/common/dot.profile b/distrib/alpha/common/dot.profile index d5fa8ca2dd6..82e139c209c 100644 --- a/distrib/alpha/common/dot.profile +++ b/distrib/alpha/common/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.3 2001/06/23 19:44:34 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.4 2001/12/05 19:50:46 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -31,17 +31,9 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing -# XXX -# the TERM/EDITOR stuff is really well enough parameterized to be moved -# into install.sub where it could use the routines there and be invoked -# from the various (semi) MI install and upgrade scripts - # 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'` diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile index f34af51dc36..4d54ea3c36a 100644 --- a/distrib/amiga/miniroot/dot.profile +++ b/distrib/amiga/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.9 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.10 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,10 +32,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -44,16 +41,9 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=vt220 -# editors believed to be in $EDITBIN, smart and dumb defaults -EDITORS="vi ed" -EDITOR=vi -DUMB=ed -EDITBIN=/bin -EDITUBIN=/usr/bin - if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES @@ -74,44 +64,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then done export TERM - # get the editor preference - if [ "X$TERM" = "Xdumb" -o "X$TERM" = "Xunknown" ]; then - echo -n "$TERM can't handle $EDITOR" - EDITOR="$DUMB" - echo ", using $EDITOR as text editor!" - elif [ "X$EDITOR" = "X$EDITORS" ]; then - echo "Only one editor available, you get to use $EDITOR!" - else - _forceloop="" - while [ "X$_forceloop" = X"" ]; do - echo "Supported editors are: $EDITORS" - echo -n "text editor? [$EDITOR] " - read _choice - if [ "X$_choice" = "X" ]; then - _choice="$EDITOR" - _forceloop="$_choice" - else - for _editor in $EDITORS; do - if [ "X$_choice" = "X$_editor" ]; then - _forceloop="$_choice" - break - fi - done - fi - if [ "X$_forceloop" != "X" -a \ - ! \( -x $EDITBIN/$_choice -o \ - -x $EDITUBIN/$_choice \) ]; then - _forceloop="" - fi - if [ "X$_forceloop" = "X" ]; then - echo "Sorry, $_choice isn't available." - _forceloop="" - fi - done - EDITOR="$_choice" - fi - export EDITOR - # Installing or upgrading? _forceloop="" while [ "X$_forceloop" = X"" ]; do diff --git a/distrib/amiga/ramdisk/dot.profile b/distrib/amiga/ramdisk/dot.profile index e9b0ed90ea6..c1e89f8627c 100644 --- a/distrib/amiga/ramdisk/dot.profile +++ b/distrib/amiga/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.8 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.9 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -38,21 +38,10 @@ umask 022 set -o emacs # emacs-style command line editing -# XXX -# the TERM/EDITOR stuff is really well enough parameterized to be moved -# into install.sub where it could use the routines there and be invoked -# from the various (semi) MI install and upgrade scripts - # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=sun -# editors believed to be in $EDITBIN, smart and dumb defaults -EDITORS="vi ed" -EDITOR=vi -DUMB=ed -EDITBIN=/bin - if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES @@ -73,43 +62,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then done export TERM - # get the editor preference - if [ "X$TERM" = "Xdumb" -o "X$TERM" = "Xunknown" ]; then - echo -n "$TERM can't handle $EDITOR" - EDITOR="$DUMB" - echo ", using $EDITOR as text editor!" - elif [ "X$EDITOR" = "X$EDITORS" ]; then - echo "Only one editor available, you get to use $EDITOR!" - else - _forceloop="" - while [ "X$_forceloop" = X"" ]; do - echo "Supported editors are: $EDITORS" - echo -n "text editor? [$EDITOR] " - read _choice - if [ "X$_choice" = "X" ]; then - _choice="$EDITOR" - _forceloop="$_choice" - else - for _editor in $EDITORS; do - if [ "X$_choice" = "X$_editor" ]; then - _forceloop="$_choice" - break - fi - done - fi - if [ "X$_forceloop" != "X" -a ! -x $EDITBIN/$_choice ] - then - _forceloop="" - fi - if [ "X$_forceloop" = "X" ]; then - echo "Sorry, $_choice isn't available." - _forceloop="" - fi - done - EDITOR="$_choice" - fi - export EDITOR - # Installing or upgrading? _forceloop="" while [ "X$_forceloop" = X"" ]; do diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile index 2ea9468f609..bbbb253c7be 100644 --- a/distrib/hp300/ramdisk/dot.profile +++ b/distrib/hp300/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.10 2001/06/23 19:44:40 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.11 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -32,12 +32,8 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history export TERM=hp300h -export HOME=/ - umask 022 - set -o emacs # emacs-style command line editing TMPWRITEABLE=/tmp/writeable diff --git a/distrib/i386/floppies/common/dot.profile b/distrib/i386/floppies/common/dot.profile index 93629434dc4..0cf566e984d 100644 --- a/distrib/i386/floppies/common/dot.profile +++ b/distrib/i386/floppies/common/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.6 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.7 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,21 +32,9 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing -# XXX -# the TERM/EDITOR stuff is really well enough parameterized to be moved -# into install.sub where it could use the routines there and be invoked -# from the various (semi) MI install and upgrade scripts - -# editors believed to be in $EDITBIN, smart and dumb defaults -EDITBIN=/bin -EDITUBIN=/usr/bin - if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES diff --git a/distrib/mac68k/ramdisk/dot.profile b/distrib/mac68k/ramdisk/dot.profile index e428d561117..1208fedd7f6 100644 --- a/distrib/mac68k/ramdisk/dot.profile +++ b/distrib/mac68k/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.4 2001/06/23 19:44:44 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.5 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -32,12 +32,8 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history export TERM=vt220 -export HOME=/ - umask 022 - set -o emacs # emacs-style command line editing TMPWRITEABLE=/tmp/writeable diff --git a/distrib/macppc/ramdisk/dot.profile b/distrib/macppc/ramdisk/dot.profile index 334454aaaa9..9a473a25bf1 100644 --- a/distrib/macppc/ramdisk/dot.profile +++ b/distrib/macppc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.3 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.4 2001/12/05 19:50:46 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -30,11 +30,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history -export HOME=/ - umask 022 - set -o emacs # emacs-style command line editing if [ "X${DONEPROFILE}" = "X" ]; then diff --git a/distrib/mvme68k/ramdisk/dot.profile b/distrib/mvme68k/ramdisk/dot.profile index 77c8506e451..d05a0ad2ce1 100644 --- a/distrib/mvme68k/ramdisk/dot.profile +++ b/distrib/mvme68k/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.9 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.10 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,22 +32,9 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing -# XXX -# the TERM/EDITOR stuff is really well enough parameterized to be moved -# into install.sub where it could use the routines there and be invoked -# from the various (semi) MI install and upgrade scripts - -# editors believed to be in $EDITBIN, smart and dumb defaults -EDITBIN=/bin -EDITUBIN=/usr/bin -export TERM=vt100 - if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES diff --git a/distrib/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile index c3f66f675e7..f6befe6b1a6 100644 --- a/distrib/mvme88k/miniroot/dot.profile +++ b/distrib/mvme88k/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.6 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.7 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,10 +32,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -44,16 +41,9 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=vt220 -# editors believed to be in $EDITBIN, smart and dumb defaults -EDITORS="vi ed" -EDITOR=vi -DUMB=ed -EDITBIN=/bin -EDITUBIN=/usr/bin - if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES @@ -74,44 +64,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then done export TERM - # get the editor preference - if [ "X$TERM" = "Xdumb" -o "X$TERM" = "Xunknown" ]; then - echo -n "$TERM can't handle $EDITOR" - EDITOR="$DUMB" - echo ", using $EDITOR as text editor!" - elif [ "X$EDITOR" = "X$EDITORS" ]; then - echo "Only one editor available, you get to use $EDITOR!" - else - _forceloop="" - while [ "X$_forceloop" = X"" ]; do - echo "Supported editors are: $EDITORS" - echo -n "text editor? [$EDITOR] " - read _choice - if [ "X$_choice" = "X" ]; then - _choice="$EDITOR" - _forceloop="$_choice" - else - for _editor in $EDITORS; do - if [ "X$_choice" = "X$_editor" ]; then - _forceloop="$_choice" - break - fi - done - fi - if [ "X$_forceloop" != "X" -a \ - ! \( -x $EDITBIN/$_choice -o \ - -x $EDITUBIN/$_choice \) ]; then - _forceloop="" - fi - if [ "X$_forceloop" = "X" ]; then - echo "Sorry, $_choice isn't available." - _forceloop="" - fi - done - EDITOR="$_choice" - fi - export EDITOR - # Installing or upgrading? _forceloop="" while [ "X$_forceloop" = X"" ]; do diff --git a/distrib/mvmeppc/ramdisk/dot.profile b/distrib/mvmeppc/ramdisk/dot.profile index 8a8da5a5773..74492d32a71 100644 --- a/distrib/mvmeppc/ramdisk/dot.profile +++ b/distrib/mvmeppc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2001/09/17 18:21:30 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.5 2001/12/05 19:50:46 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -30,13 +30,8 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history -export HOME=/ - umask 022 - set -o emacs # emacs-style command line editing -alias dmesg="cat /kern/msgbuf" if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile index 476bc7580b9..f8645a429e5 100644 --- a/distrib/sparc/miniroot/dot.profile +++ b/distrib/sparc/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.17 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.18 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,10 +32,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -44,7 +41,7 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=sun if [ "X${DONEPROFILE}" = "X" ]; then diff --git a/distrib/sparc/ramdisk/dot.profile b/distrib/sparc/ramdisk/dot.profile index 14ede9cab20..4523ebaced8 100644 --- a/distrib/sparc/ramdisk/dot.profile +++ b/distrib/sparc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.12 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.13 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,10 +32,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -44,7 +41,7 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=sun if [ "X${DONEPROFILE}" = "X" ]; then diff --git a/distrib/sparc64/common/dot.profile b/distrib/sparc64/common/dot.profile index 6322fb2ad16..e696a3a1128 100644 --- a/distrib/sparc64/common/dot.profile +++ b/distrib/sparc64/common/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.1 2001/10/10 04:21:02 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.2 2001/12/05 19:50:46 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -30,11 +30,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history -export HOME=/ - umask 022 - set -o emacs # emacs-style command line editing if [ "X${DONEPROFILE}" = "X" ]; then @@ -46,7 +42,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 - # Installing or upgrading? _forceloop="" while [ "X$_forceloop" = X"" ]; do diff --git a/distrib/sun3/miniroot/dot.profile b/distrib/sun3/miniroot/dot.profile index 1b1c1f63563..cce3fa6af2e 100644 --- a/distrib/sun3/miniroot/dot.profile +++ b/distrib/sun3/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.6 2001/12/05 19:50:46 deraadt Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -31,10 +31,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -43,7 +40,7 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=sun if [ "X${DONEPROFILE}" = "X" ]; then diff --git a/distrib/sun3/ramdisk/dot.profile b/distrib/sun3/ramdisk/dot.profile index aa3a0c0dbbb..18be48851d9 100644 --- a/distrib/sun3/ramdisk/dot.profile +++ b/distrib/sun3/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.6 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.7 2001/12/05 19:50:46 deraadt Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -31,10 +31,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -43,7 +40,7 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pcvt* pc3 dumb" +TERMS="sun vt* pcvt* dumb" TERM=sun if [ "X${DONEPROFILE}" = "X" ]; then diff --git a/distrib/vax/ramdisk/dot.profile b/distrib/vax/ramdisk/dot.profile index 5dfdbe0406f..b0f63437a14 100644 --- a/distrib/vax/ramdisk/dot.profile +++ b/distrib/vax/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 2001/09/17 14:52:18 millert Exp $ +# $OpenBSD: dot.profile,v 1.6 2001/12/05 19:50:46 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -32,10 +32,7 @@ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export HISTFILE=/.sh_history - umask 022 - set -o emacs # emacs-style command line editing # XXX @@ -44,7 +41,7 @@ set -o emacs # emacs-style command line editing # from the various (semi) MI install and upgrade scripts # terminals believed to be in termcap, default TERM -TERMS="sun vt* pc3 dumb" +TERMS="sun vt* dumb" TERM=vt100 if [ "X${DONEPROFILE}" = "X" ]; then |