diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-15 22:00:56 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-15 22:00:56 +0000 |
commit | 57d126c464b8a47d9e16fc4fedb663ca46c78faf (patch) | |
tree | 3b12b7bec48ffb373fcf19ab25d069396600e2b8 | |
parent | 3b10e6e797cb80b39726634a654aed330bf50464 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into sugarcube.dyndns.org:/home/oe/oe/packages
2004/08/16 00:00:46+02:00 dyndns.org!reenoo
busybox: disable history writing at compile time
BKrev: 411fdd18IROuv0Hmgp0KY51xEM06Gg
-rw-r--r-- | base-files/base-files/etc/profile | 3 | ||||
-rw-r--r-- | busybox/busybox-1.00-rc2/defconfig | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/base-files/base-files/etc/profile b/base-files/base-files/etc/profile index d5936dbcc4..50433a4682 100644 --- a/base-files/base-files/etc/profile +++ b/base-files/base-files/etc/profile @@ -25,6 +25,3 @@ export PATH PS1 OPIEDIR QPEDIR QTDIR umask 022 -# disable history writing -# causes busybox sh to segfault on certain stuff... -#export HISTFILE="" diff --git a/busybox/busybox-1.00-rc2/defconfig b/busybox/busybox-1.00-rc2/defconfig index 783bd27527..0aa0b9d12f 100644 --- a/busybox/busybox-1.00-rc2/defconfig +++ b/busybox/busybox-1.00-rc2/defconfig @@ -402,7 +402,7 @@ CONFIG_FEATURE_SH_EXTRA_QUIET=y # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set CONFIG_FEATURE_COMMAND_EDITING=y CONFIG_FEATURE_COMMAND_HISTORY=63 -CONFIG_FEATURE_COMMAND_SAVEHISTORY=y +# CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y # CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set CONFIG_FEATURE_SH_FANCY_PROMPT=y |