From 1a0e3627fa9197ee606e43baf674856c0e6c167f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Oct 1997 22:24:25 +0000 Subject: Enable history and emacs-stye command editing. A lot of this stuff is not used but who knows what... --- distrib/arc/floppies/inst/dot.profile | 11 ++++++----- distrib/arc/floppies/upgr/dot.profile | 11 ++++++----- distrib/arc/ramdisk/dot.profile | 11 ++++++----- 3 files changed, 18 insertions(+), 15 deletions(-) (limited to 'distrib/arc') diff --git a/distrib/arc/floppies/inst/dot.profile b/distrib/arc/floppies/inst/dot.profile index fc5a0251670..817b5153970 100644 --- a/distrib/arc/floppies/inst/dot.profile +++ b/distrib/arc/floppies/inst/dot.profile @@ -27,15 +27,16 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.profile,v 1.1 1996/10/10 10:05:58 deraadt Exp $ +# $Id: dot.profile,v 1.2 1997/10/20 22:24:19 millert Exp $ -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/arc/floppies/upgr/dot.profile b/distrib/arc/floppies/upgr/dot.profile index d43321c1452..69bb2c9946d 100644 --- a/distrib/arc/floppies/upgr/dot.profile +++ b/distrib/arc/floppies/upgr/dot.profile @@ -27,15 +27,16 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.profile,v 1.1 1996/10/10 10:06:22 deraadt Exp $ +# $Id: dot.profile,v 1.2 1997/10/20 22:24:20 millert Exp $ -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/arc/ramdisk/dot.profile b/distrib/arc/ramdisk/dot.profile index be0a0925151..bc4a1caf665 100644 --- a/distrib/arc/ramdisk/dot.profile +++ b/distrib/arc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.2 1997/05/19 10:33:20 pefo Exp $ +# $OpenBSD: dot.profile,v 1.3 1997/10/20 22:24:21 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 -- cgit v1.2.3