summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorStig Thormodsrud <dev@vyatta.com>2011-05-16 23:50:05 -0700
committerStig Thormodsrud <dev@vyatta.com>2011-05-16 23:50:05 -0700
commit3321e4a3341f64f1ab6a84e080d45b68fb670a6f (patch)
treedbd4c5a2159f1ddd5bfe64d5186141645e4d2964 /debian
parent4e752706803899d8a0f84ee39b378eaf0f93dfe5 (diff)
downloadvyatta-cfg-system-3321e4a3341f64f1ab6a84e080d45b68fb670a6f.tar.gz
vyatta-cfg-system-3321e4a3341f64f1ab6a84e080d45b68fb670a6f.zip
Partial fix for 6393: keepalived shutdown too late - can cause lost traffic
Don't call 'update-rc.d vyatta-keepalived remove' since we still need to stop the daemon on shutdown/reboot.
Diffstat (limited to 'debian')
-rw-r--r--debian/vyatta-cfg-system.postinst.in2
1 files changed, 1 insertions, 1 deletions
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