Re: [PATCH] Add shopt to enable writing history to syslog at runtime

2018-05-20 Thread Chet Ramey
On 5/18/18 5:34 AM, Luca Boccassi wrote: > Currently writing history to syslog can be enabled at compile time by > editing config-top.h and rebuilding. > To allow more flexibility, and to allow users of distributions to > enable this feature at runtime without having to rebuild bash, add a > "syslo

[PATCH] Add shopt to enable writing history to syslog at runtime

2018-05-18 Thread Luca Boccassi
Currently writing history to syslog can be enabled at compile time by editing config-top.h and rebuilding. To allow more flexibility, and to allow users of distributions to enable this feature at runtime without having to rebuild bash, add a "syslog" shopt. To maintain backward compatibility keep u