Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 142989

Summary: Add global history patch to bash ebuild
Product: Gentoo Linux Reporter: Assaf Berg <p.gentoo>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED UPSTREAM    
Severity: enhancement    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to the 3.1_p16 ebuild to add the use flag and apply the patch
Global history patch based on gchistory v0.1.6 updated for bash-3.1p16

Description Assaf Berg 2006-08-06 08:59:53 UTC
There's a neat patch at https://sourceforge.net/projects/bash-gchistory/ that implements a shared history when running multiple instances of bash.

I modified the patch a bit to apply cleanly against bash-3.1_p16, and added a 'global-history' use flag to the ebuild.
Comment 1 Assaf Berg 2006-08-06 09:01:21 UTC
Created attachment 93595 [details, diff]
Patch to the 3.1_p16 ebuild to add the use flag and apply the patch
Comment 2 Assaf Berg 2006-08-06 09:02:19 UTC
Created attachment 93597 [details, diff]
Global history patch based on gchistory v0.1.6 updated for bash-3.1p16
Comment 3 SpanKY gentoo-dev 2006-08-06 11:31:35 UTC
i'm pretty sure upstream hasnt seen this ... it needs to sent there first
Comment 4 Assaf Berg 2006-08-07 00:32:57 UTC
I doubt upstream would want to mess with this.
Oh well, was worth a shot :)
Comment 5 SpanKY gentoo-dev 2006-08-07 16:40:46 UTC
you'll never know for sure if you dont ask ;)

we have enabled the history append option now in bash ...