diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-05-20 19:26:33 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-05-20 19:26:33 -0700 |
commit | c939f107d8ee7af00234a51fb4688ad06a2e2eac (patch) | |
tree | 29c1a66eb5f6e88072a475225f973f9856502f06 | |
parent | e2ee7a12ac0fbb4003a6fcd84cb1918842df5178 (diff) | |
download | vyatta-cfg-system-c939f107d8ee7af00234a51fb4688ad06a2e2eac.tar.gz vyatta-cfg-system-c939f107d8ee7af00234a51fb4688ad06a2e2eac.zip |
don't start conntrackd itself
-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 b2719bc5..fbf53739 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 \ - vyatta-keepalived ipvsadm dnsmasq ddclient radvd hostapd + vyatta-keepalived ipvsadm dnsmasq ddclient radvd hostapd conntrackd do update-rc.d -f ${init} remove >/dev/null done |