diff options
Diffstat (limited to 'distrib/sparc/floppies')
-rw-r--r-- | distrib/sparc/floppies/inst/dot.profile | 8 | ||||
-rw-r--r-- | distrib/sparc/floppies/upgr/dot.profile | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/distrib/sparc/floppies/inst/dot.profile b/distrib/sparc/floppies/inst/dot.profile index 4b1ed8f1cfd..3938640b8bd 100644 --- a/distrib/sparc/floppies/inst/dot.profile +++ b/distrib/sparc/floppies/inst/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 1997/05/05 16:31:37 grr Exp $ +# $OpenBSD: dot.profile,v 1.6 1997/10/20 22:24:12 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -29,11 +29,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH +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 diff --git a/distrib/sparc/floppies/upgr/dot.profile b/distrib/sparc/floppies/upgr/dot.profile index 6cf74e029dd..85243797198 100644 --- a/distrib/sparc/floppies/upgr/dot.profile +++ b/distrib/sparc/floppies/upgr/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.3 1997/05/05 16:31:39 grr Exp $ +# $OpenBSD: dot.profile,v 1.4 1997/10/20 22:24:13 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -29,11 +29,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH +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 |