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/arm32/floppies/inst/dot.profile | 11 ++++++----- distrib/arm32/floppies/upgr/dot.profile | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'distrib/arm32') diff --git a/distrib/arm32/floppies/inst/dot.profile b/distrib/arm32/floppies/inst/dot.profile index a1944936935..cf169985719 100644 --- a/distrib/arm32/floppies/inst/dot.profile +++ b/distrib/arm32/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/09/05 21:26:18 deraadt Exp $ +# $Id: dot.profile,v 1.2 1997/10/20 22:24:16 millert Exp $ -PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ -export PATH -TERM=vt100 -export TERM +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history +export TERM=vt100 umask 022 +set -o emacs # emacs-style command line editing + if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES diff --git a/distrib/arm32/floppies/upgr/dot.profile b/distrib/arm32/floppies/upgr/dot.profile index b57227cf8bd..97edc253ee3 100644 --- a/distrib/arm32/floppies/upgr/dot.profile +++ b/distrib/arm32/floppies/upgr/dot.profile @@ -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=vt100 -export TERM +export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ +export HISTFILE=/.sh_history +export TERM=vt100 umask 022 +set -o emacs # emacs-style command line editing + if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES -- cgit v1.2.3