diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-05-14 18:23:34 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-05-14 18:23:34 -0700 |
commit | 2ba7a0d4a87279ebb5333b62e69b0eae654474a8 (patch) | |
tree | fc35c629540e469801d3d939ac3ee3396ca44be9 /debian | |
parent | a87810252798580946f75862474e9293ce26c3c7 (diff) | |
download | vyatta-cfg-system-2ba7a0d4a87279ebb5333b62e69b0eae654474a8.tar.gz vyatta-cfg-system-2ba7a0d4a87279ebb5333b62e69b0eae654474a8.zip |
Change dependancy from keepalived to vyatta-keepalived.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ff40285f..615b5050 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: sed (>= 4.1.5), whois, sudo, snmpd, - keepalived, + vyatta-keepalived | keepalived, bridge-utils, ssh, ed, 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 |