summaryrefslogtreecommitdiff
path: root/scripts/vyatta-log-commit.pl
AgeCommit message (Collapse)Author
2013-03-29fix last typoStephen Hemminger
2013-03-29commit_log: fix questionable codeStephen Hemminger
Perlcritc complains: scripts/vyatta-log-commit.pl: Variable declared in conditional statement at line 40, column 1. Declare variables outside of the condition. (Severity: 5)
2012-07-13Fix syslog level for commit messagesStephen Hemminger
Bug 8208 The log level should be notice not alert. Also, the script doesn't depend on anything in Vyatta config or other Vyatta perl libaries.
2012-07-13Optimize commit loggingStephen Hemminger
Bug 8190 Use perl functions rather than going out to shell
2012-02-28bug fix for 4718 - enhancement that will log commits in syslog for allDeepti Kulkarni
successful (complete) commits for all commit methods.