diff options
author | Mohit Mehta <mohit@vyatta.com> | 2011-01-04 17:17:29 -0800 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2011-01-04 17:47:15 -0800 |
commit | 2d229a7f81398702c40c2e721aed305f62a3c3d3 (patch) | |
tree | bfaa2ed173149e14317c3825e91e18989991b375 /debian/vyatta-cfg-system.postinst.in | |
parent | b0696618f824100c0f5b1c5b8ed37cb05c0a77ec (diff) | |
download | vyatta-cfg-quagga-2d229a7f81398702c40c2e721aed305f62a3c3d3.tar.gz vyatta-cfg-quagga-2d229a7f81398702c40c2e721aed305f62a3c3d3.zip |
Fix Bug 6599 ha_logd starting up by default
(cherry picked from commit d09218920b376f65c69bda2b8b571a7611731463)
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |