Re: Bashbug should warn reporters details will be public.

2009-12-28 Thread Karl Goetz
On Mon, 28 Dec 2009 11:50:17 -0500 Chet Ramey wrote: > On 12/25/09 11:28 PM, Karl Goetz wrote: > > > When bashbug is run, the email sent lands in public locations. It > > would be great if it could warn about this. I'm not sure how > > intrusive this change should be, or if meantioning it for -h

Re: command_not_found_handle not called if "command" includes a slash

2009-12-28 Thread Ken Irving
On Sat, Dec 26, 2009 at 12:54:47PM -0900, Ken Irving wrote: > Description: > I'm not sure this is a bug, but I notice that the > command_not_found_handle function is not called if the "command" has a > slash in it. I can't find anywhere in the bash source producing the > "No such f

Re: GPL incompatibility? examples/loadables/getconf.c

2009-12-28 Thread Chet Ramey
On 12/25/09 8:28 PM, Julius Davies wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' > -DCO

Re: Bashbug should warn reporters details will be public.

2009-12-28 Thread Chet Ramey
On 12/25/09 11:28 PM, Karl Goetz wrote: > When bashbug is run, the email sent lands in public locations. It would be > great if it could warn about this. I'm not sure how intrusive this change > should be, or if meantioning it for -h, --help and in the documentation > would be enough. I will add

Re: GPL incompatibility? examples/loadables/getconf.c

2009-12-28 Thread Greg Wooledge
On Fri, Dec 25, 2009 at 05:28:43PM -0800, Julius Davies wrote: > This file in the source contains a BSD license with an advertising clause: > > bash-4.0/examples/loadables/getconf.c > > > I'm curious if this is a problem, since Bash is mostly GPL version 3 (or > later). The examples/loadables/