diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-05-20 07:14:36 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-05-20 07:14:36 -0700 |
commit | af7183535b2b71b67fda70e2bc18900ccb308365 (patch) | |
tree | 4a3beca2d5aee8b4f2653fe162c387949998fd3b | |
parent | 5a1d4ee6db359887ad5b65150fa5de7312a06202 (diff) | |
parent | 42ac8b653b66a1a4c8ca58fd6f3219cbfbe8ef70 (diff) | |
download | vyatta-cfg-system-af7183535b2b71b67fda70e2bc18900ccb308365.tar.gz vyatta-cfg-system-af7183535b2b71b67fda70e2bc18900ccb308365.zip |
Merge branch 'napa' of suva.vyatta.com:/git/vyatta-cfg-system into napa
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d3c7247a..4050f250 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +vyatta-cfg-system (0.19.84) unstable; urgency=low + + * Partial fix for 6393: keepalived shutdown too late - can cause lost + traffic + * 0.19.83 + + -- Stig Thormodsrud <stig@vyatta.com> Thu, 19 May 2011 17:16:01 -0700 + +vyatta-cfg-system (0.19.83) unstable; urgency=low + + * Partial fix for 6393: keepalived shutdown too late - can cause lost + traffic + + -- Stig Thormodsrud <dev@vyatta.com> Mon, 16 May 2011 23:52:05 -0700 + +vyatta-cfg-system (0.19.82) unstable; urgency=low + + * Use syslog perror for debug option + * irq-affinity: fix handling of UP system + + -- Stephen Hemminger <stephen.hemminger@vyatta.com> Thu, 19 May 2011 08:10:13 -0700 + vyatta-cfg-system (0.19.81) unstable; urgency=low * Fix calculation of number of cores on systems with more than one diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 177dee6d..4648d29c 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -8,7 +8,7 @@ sbindir=@sbindir@ # remove init of daemons that are controlled by Vyatta configuration process for init in ntp ssh snmpd openhpid logd \ - vyatta-keepalived ipvsadm dnsmasq ddclient radvd hostapd conntrackd + ipvsadm dnsmasq ddclient radvd hostapd conntrackd do update-rc.d -f ${init} remove >/dev/null done |