From 2d229a7f81398702c40c2e721aed305f62a3c3d3 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Tue, 4 Jan 2011 17:17:29 -0800 Subject: Fix Bug 6599 ha_logd starting up by default (cherry picked from commit d09218920b376f65c69bda2b8b571a7611731463) --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 72e79abe..b30b0593 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -7,7 +7,7 @@ bindir=@bindir@ sbindir=@sbindir@ # remove init of daemons that are controlled by Vyatta configuration process -for init in ntp ssh snmpd openhpid \ +for init in ntp ssh snmpd openhpid logd \ vyatta-keepalived ipvsadm dnsmasq ddclient radvd hostapd conntrackd do update-rc.d -f ${init} remove >/dev/null -- cgit v1.2.3