summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
-rw-r--r--debian/vyatta-cfg-system.postinst.in2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index ff40285f..1f63a6ce 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,12 @@ Depends: sed (>= 4.1.5),
whois,
sudo,
snmpd,
- keepalived,
+ vyatta-keepalived | keepalived,
bridge-utils,
ssh,
ed,
- tshark
+ tshark,
+ iputils-arping
Suggests: util-linux (>= 2.13-5),
net-tools,
ethtool,
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index a627c4af..aa6f6310 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 keepalived ipvsadm; do
+for init in ntp ssh snmpd openhpid vyatta-keepalived ipvsadm; do
update-rc.d -f ${init} remove >/dev/null
done