Changes of Revision 2
[-] | Changed | bash.spec |
x 1
2 package (bash) contains bash version %{version}, which improves POSIX 3 compliance over previous versions. 4 5 +### Modified to push Bash History into Syslog ### 6 + 7 +Will log bash history to syslog in real time. Good for remote bash 8 +history logging. It logs to LOCAL5 as is. 9 + 10 %prep 11 %setup -q -a 2 12 # Official upstream patches 13 |