diff options
Diffstat (limited to 'dns/sshfp/files/patch-dane')
-rw-r--r-- | dns/sshfp/files/patch-dane | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dns/sshfp/files/patch-dane b/dns/sshfp/files/patch-dane deleted file mode 100644 index 8525b43bfd2c..000000000000 --- a/dns/sshfp/files/patch-dane +++ /dev/null @@ -1,14 +0,0 @@ ---- dane.orig 2011-04-15 15:47:31.000000000 +0200 -+++ dane 2011-04-15 15:49:44.000000000 +0200 -@@ -27,9 +27,8 @@ - try: - import ldns - except ImportError: -- print "dane requires the ldns-python sub-package from http://www.nlnetlabs.nl/projects/ldns/" -- print "Fedora/CentOS: yum install ldns-python" -- print "Debian/Ubuntu: apt-get install python-ldns" -+ print "dane requires the ldns python bindings. Please reinstall dns/ldns with the" -+ print "python binding option enabled." - sys.exit() - - |