summaryrefslogtreecommitdiff
path: root/distrib/mvme68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-05 19:50:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-05 19:50:47 +0000
commit6155c550768bf66ecbfa31f2d789b4dc69860581 (patch)
treeefb32d1db88455ade807b19c357f11ebc5b93665 /distrib/mvme68k
parente76bdef1fa868c260c322b2072596f3603fc6933 (diff)
remove garbage; miod ok
Diffstat (limited to 'distrib/mvme68k')
-rw-r--r--distrib/mvme68k/ramdisk/dot.profile15
1 files changed, 1 insertions, 14 deletions
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