From 2099bbd82f92bca51683cdc298cd64fac38542f6 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Thu, 12 Aug 2004 23:27:57 +0000 Subject: base-files: disable history writing altogether for now. need to find a clean way to write things to alternative locations (ramdisk, sd, ...) BKrev: 411bfcfdDxW8SQ_QnMIwXxgASSuEGQ --- base-files/base-files/etc/profile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/base-files/base-files/etc/profile b/base-files/base-files/etc/profile index c047b25b0e..b5e70c00ee 100644 --- a/base-files/base-files/etc/profile +++ b/base-files/base-files/etc/profile @@ -25,8 +25,5 @@ export PATH PS1 OPIEDIR QPEDIR QTDIR umask 022 -if [ -d /mnt/ram/home/$USER ]; then - export HISTFILE="/mnt/ram/home/$USER/.ash_history" -else - export HISTFILE="" -fi +# disable history writing +export HISTFILE="" -- cgit v1.2.3