diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:14:05 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:14:05 -0700 |
commit | 33436464fcf7f38e382a9d57c5cba8b761bf0b75 (patch) | |
tree | ebba9b532b50b10b92fc7060c01f6c7e39bb66fe | |
parent | 6cde107b894e67ae64e19362ad12d0bb3efb853f (diff) | |
download | vyatta-op-33436464fcf7f38e382a9d57c5cba8b761bf0b75.tar.gz vyatta-op-33436464fcf7f38e382a9d57c5cba8b761bf0b75.zip |
Set dependencies on either bash or vyatta-bash
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1d00eea..c124dfa 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: sed (>= 4.1.5), lsof, coreutils (>= 5.97-5.3), host, - vyatta-bash, + vyatta-bash | bash (>= 3.1), less Suggests: util-linux (>= 2.13-5), net-tools, |