diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-03 19:40:35 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-03 19:40:35 -0500 |
commit | 75c24f110ed8509519a8377eefdcc2be8a61b04a (patch) | |
tree | d2bfbde1f4d65e36b947774145bc8b31c1914309 /packaging/debian/control | |
parent | de3329b07d56b1128d20a00da89831a816d8487e (diff) |
add cron to Recommends
Diffstat (limited to 'packaging/debian/control')
-rw-r--r-- | packaging/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index 6706cb9..616a95a 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -12,7 +12,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: all Depends: openssh-client, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail, adduser, ${misc:Depends} -Recommends: netcat | socat, ssh-askpass +Recommends: netcat | socat, ssh-askpass, cron Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections SSH key-based authentication is tried-and-true, but it lacks a true |