diff options
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f5ea7b48..89b55bbe 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,9 @@ Depends: sed (>= 4.1.5), snmp, tcpdump, dnsmasq, - mdadm + mdadm, + ddclient, + libio-socket-ssl-perl Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), net-tools, diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 2c057103..2cb0643c 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 we start/stop -for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq; do +for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm dnsmasq ddclient; do update-rc.d -f ${init} remove >/dev/null done |