- Original Message -
> From: "Siteshwar Vashisht"
> To: bug-bash@gnu.org
> Sent: Wednesday, January 25, 2017 1:39:12 PM
> Subject: Make syslog history configurable
>
> Hello,
>
> Bash history is logged to syslog if SYSLOG_HISTORY macro is defined in
On 1/25/17 7:39 AM, Siteshwar Vashisht wrote:
> Hello,
>
> Bash history is logged to syslog if SYSLOG_HISTORY macro is defined in
> config-top.h. There is no option to enable/disable it at runtime. I am adding
> a shell option 'syshist' that can be used to configure logging bash history
> to sy
hisht
From c6ec0d751ded75188f64d1d1ac9916c44153c305 Mon Sep 17 00:00:00 2001
From: Siteshwar Vashisht
Date: Tue, 24 Jan 2017 17:28:14 +0100
Subject: [PATCH] Make syslog history configurable
---
bashhist.c | 3 ++-
builtins/set.def | 9 +
config-top.h | 4 ++--
flags.c