diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 19 | ||||
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 2 |
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a7e897b..c35bc97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +vyatta-cfg (0.99.70) unstable; urgency=low + + * bug fix for 4718 - enhancement that will log commits in syslog for + all + + -- Deepti Kulkarni <deepti@vyatta.com> Tue, 28 Feb 2012 08:23:40 -0800 + +vyatta-cfg (0.99.69) unstable; urgency=low + + * Revert "Bug fix for 4718 - Log successful commits in messages file." + + -- Deepti Kulkarni <deepti@vyatta.com> Tue, 28 Feb 2012 05:56:19 -0800 + +vyatta-cfg (0.99.68) unstable; urgency=low + + * Bug fix for 4718 - Log successful commits in messages file. + + -- Deepti Kulkarni <deepti@vyatta.com> Wed, 22 Feb 2012 08:39:45 -0800 + vyatta-cfg (0.99.67) unstable; urgency=low * Add ability to differentiate between node types in help text diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index 7ba4332..7ad9339 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -44,3 +44,5 @@ done # handle renamed file (not automatically deleted since it was "conffile") rm -f /etc/bash_completion.d/20vyatta-cfg +# create symlink for post commit hook +ln -sf /opt/vyatta/sbin/vyatta-log-commit.pl /etc/commit/post-hooks.d/10vyatta-log-commit.pl |