summaryrefslogtreecommitdiff
path: root/security/py-denyhosts/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-denyhosts/patches/patch-ac')
-rw-r--r--security/py-denyhosts/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/py-denyhosts/patches/patch-ac b/security/py-denyhosts/patches/patch-ac
new file mode 100644
index 00000000000..edcd3020a14
--- /dev/null
+++ b/security/py-denyhosts/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
+
+--- daemon-control-dist.orig 2006-04-22 01:04:43.000000000 +0200
++++ daemon-control-dist
+@@ -11,7 +11,7 @@
+ #### Edit these to suit your configuration ####
+ ###############################################
+
+-DENYHOSTS_BIN = "/usr/bin/denyhosts.py"
++DENYHOSTS_BIN = "@PREFIX@/bin/denyhosts.py"
+-DENYHOSTS_LOCK = "/var/lock/subsys/denyhosts"
++DENYHOSTS_LOCK = "@VARBASE@/db/denyhosts/lock"
+-DENYHOSTS_CFG = "/usr/share/denyhosts/denyhosts.cfg"
++DENYHOSTS_CFG = "@PREFIX@/etc/denyhosts.cfg"
+