From 57d126c464b8a47d9e16fc4fedb663ca46c78faf Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Sun, 15 Aug 2004 22:00:56 +0000 Subject: [PATCH] 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 --- base-files/base-files/etc/profile | 3 --- busybox/busybox-1.00-rc2/defconfig | 2 +- 2 files changed, 1 insertion(+), 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 -- 2.39.5