From: Rene Wagner Date: Sun, 15 Aug 2004 22:00:56 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17639 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d126c464b8a47d9e16fc4fedb663ca46c78faf;p=openembedded.git 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 --- 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