summaryrefslogtreecommitdiff
path: root/distrib/i386
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/i386')
-rw-r--r--distrib/i386/floppies/inst/dot.profile11
-rw-r--r--distrib/i386/floppies/ramdisk/dot.profile11
2 files changed, 12 insertions, 10 deletions
diff --git a/distrib/i386/floppies/inst/dot.profile b/distrib/i386/floppies/inst/dot.profile
index 3058ee9f875..d78bcb92ee8 100644
--- a/distrib/i386/floppies/inst/dot.profile
+++ b/distrib/i386/floppies/inst/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.5 1997/04/17 02:10:37 niklas Exp $
+# $OpenBSD: dot.profile,v 1.6 1997/10/20 22:24:07 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -29,13 +29,14 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
-export PATH
-TERM=pc3
-export TERM
+export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
+export HISTFILE=/.sh_history
+export TERM=pc3
umask 022
+set -o emacs # emacs-style command line editing
+
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
diff --git a/distrib/i386/floppies/ramdisk/dot.profile b/distrib/i386/floppies/ramdisk/dot.profile
index 94abb3f8abe..ef22b27ada6 100644
--- a/distrib/i386/floppies/ramdisk/dot.profile
+++ b/distrib/i386/floppies/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.6 1997/05/11 21:04:17 tholo Exp $
+# $OpenBSD: dot.profile,v 1.7 1997/10/20 22:24:08 millert Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -29,13 +29,14 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
-export PATH
-HOME=/
-export HOME
+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
DONEPROFILE=YES