diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-02 12:50:15 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-02 12:50:15 -0700 |
commit | 94d79ea2e51b31874b70f808beb8124c3537c974 (patch) | |
tree | 7ecfac59738184293e7670666c55d6b8fa35b03d | |
parent | cbf57a91a35e2520f3aa8bedd0d5aaf5b2c3e1c4 (diff) | |
download | vyatta-cfg-system-94d79ea2e51b31874b70f808beb8124c3537c974.tar.gz vyatta-cfg-system-94d79ea2e51b31874b70f808beb8124c3537c974.zip |
fix for bug 3087: add proper dependency to ensure install order.
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 95214888..2de64d20 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,8 @@ Depends: sed (>= 4.1.5), sudo, snmpd, keepalived, + ssh, + ed, bridge-utils Suggests: util-linux (>= 2.13-5), net-tools, |