From: Dennis Groenen Date: Sun, 31 Jul 2011 12:31:18 +0000 (+0200) Subject: add additional information to patch X-Git-Tag: 1.18.5power3~1 X-Git-Url: https://vcs.maemo.org/git/?p=busybox-power;a=commitdiff_plain;h=7c679a7706eda47878c2ba87b58081698eb9e57f add additional information to patch --- diff --git a/debian/patches/ash-history-buffer.patch b/debian/patches/ash-history-buffer.patch index e0b0477..484a0cf 100644 --- a/debian/patches/ash-history-buffer.patch +++ b/debian/patches/ash-history-buffer.patch @@ -1,3 +1,8 @@ +Allows the user to specify a location at compile time for temporarily storing ash's history file until the shell is closed. +NB This is only useful if ASH_HIST_BUFFER_PATH points to an in-memory filesystem. +By Dennis Groenen - 2011-07-31 +--- + --- a/shell/ash.c +++ b/shell/ash.c @@ -182,6 +182,24 @@