git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074ae3c
)
base-files:
author
Rene Wagner
<rw@handhelds.org>
Thu, 12 Aug 2004 23:27:57 +0000
(23:27 +0000)
committer
Rene Wagner
<rw@handhelds.org>
Thu, 12 Aug 2004 23:27:57 +0000
(23:27 +0000)
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
patch
|
blob
|
history
diff --git
a/base-files/base-files/etc/profile
b/base-files/base-files/etc/profile
index
c047b25
..
b5e70c0
100644
(file)
--- 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=""