diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-03-01 00:02:15 +0000 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-03-01 00:02:15 +0000 |
commit | 4c335a872a3bc5f8d219d0843cf8dd666f1187e4 (patch) | |
tree | af79946e1a99a3ab6e561af17ac5d205d89b237d /debian | |
parent | b18bbaf1898fa25f87efca7e9ae68fc5057d1998 (diff) | |
parent | c6cab51384d56d81bd3aad158951c7a9ccc01e3f (diff) | |
download | vyatta-cfg-4c335a872a3bc5f8d219d0843cf8dd666f1187e4.tar.gz vyatta-cfg-4c335a872a3bc5f8d219d0843cf8dd666f1187e4.zip |
Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg into oxnard
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 |