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 /distrib/vax | |
parent | e76bdef1fa868c260c322b2072596f3603fc6933 (diff) |
remove garbage; miod ok
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/ramdisk/dot.profile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |