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