diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-03-11 18:22:45 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-03-11 20:42:11 -0800 |
commit | bf40d48161d7c7b6871e443f8b250396d79c66fc (patch) | |
tree | aef18440f06fd7471a21b0c42cf8e131c04b2995 /debian | |
parent | c5139e06d6b47e827094a17e70f36b2990989aec (diff) | |
download | vyatta-cfg-quagga-bf40d48161d7c7b6871e443f8b250396d79c66fc.tar.gz vyatta-cfg-quagga-bf40d48161d7c7b6871e443f8b250396d79c66fc.zip |
* Fix BZ 5334 services start automatically on boot up after upgrade to kenwood
update package dependency to a more recent version of openssh-server
(cherry picked from commit 27b9395badfa3294db894da59acbb69c6e79056b)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ef6aa1ae..c1d19a95 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Depends: acpid, bridge-utils, ethtool, ssh (>= 1:5.1p1-5), - openssh-server (>= 1:5.1p1-3), + openssh-server (>= 1:5.1p1-5), ed, ifupdown, tshark, |