diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-02-12 11:16:12 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-02-12 11:16:12 -0800 |
commit | 2c73a40d7c0bbccc2b60592d4df922f3222b40d3 (patch) | |
tree | 2539e7ebef7ee4f398e25f91e6ff701239e12706 /debian/control | |
parent | 60cb502944d290a0819a1908eb259901b56a5ce4 (diff) | |
download | vyatta-cfg-system-2c73a40d7c0bbccc2b60592d4df922f3222b40d3.tar.gz vyatta-cfg-system-2c73a40d7c0bbccc2b60592d4df922f3222b40d3.zip |
fix bug 5334 services start automatically on boot up post upgrade to kenwood
* make vyatta-cfg-system depend on a more recent version of services whose
init scripts are unlinked in it's postinst
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/debian/control b/debian/control index cbaf5660..f7eae4ec 100644 --- a/debian/control +++ b/debian/control @@ -19,16 +19,16 @@ Depends: acpid, libpam-runtime (>= 1.0.1-5), vyatta-bash | bash (>= 3.1), sysv-rc, - ntp, + ntp (>= 4.2.4p6+vyatta-7), sysklogd, vyatta-busybox, whois, sudo, - snmpd, - vyatta-keepalived, + snmpd (>= 5.4.2.1-vyatta11), + vyatta-keepalived (>= 1.1.15-1-vyatta-5), bridge-utils, ethtool, - ssh (>= 1:5.1p1-3), + ssh (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-3), ed, ifupdown, @@ -40,11 +40,14 @@ Depends: acpid, tasksel, snmp, tcpdump, - dnsmasq, + dnsmasq (>= 2.45-1+lenny1), mdadm, - ddclient, + ddclient (>= 3.7.3-4.2), libio-socket-ssl-perl, - vyatta-biosdevname + vyatta-biosdevname, + ipvsadm (>= 1:1.24-2.1), + radvd (>= 1:1.1-3), + hostapd (>= 1:0.6.9-3) Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), net-tools, |