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:17:29 -0800 |
commit | d09218920b376f65c69bda2b8b571a7611731463 (patch) | |
tree | ade3a58ca47f139ad30742708e4d073bd1e99d47 | |
parent | 953545ca747ba779032caedc63c94f890e44784c (diff) | |
download | vyatta-cfg-system-d09218920b376f65c69bda2b8b571a7611731463.tar.gz vyatta-cfg-system-d09218920b376f65c69bda2b8b571a7611731463.zip |
Fix Bug 6599 ha_logd starting up by default
-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 |