aboutsummaryrefslogtreecommitdiffstats
path: root/security/denyhosts/files/patch-daemon-control-dist
blob: 7f9363ff2cb77aeb84a6782f49686c338eace1c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

$FreeBSD$

--- daemon-control-dist.orig
+++ daemon-control-dist
@@ -11,9 +11,9 @@
 #### Edit these to suit your configuration ####
 ###############################################
 
-DENYHOSTS_BIN   = "/usr/bin/denyhosts.py"
-DENYHOSTS_LOCK  = "/var/lock/subsys/denyhosts"
-DENYHOSTS_CFG   = "/usr/share/denyhosts/denyhosts.cfg"
+DENYHOSTS_BIN   = "%%PREFIX%%/bin/denyhosts.py"
+DENYHOSTS_LOCK  = "/var/run/denyhosts"
+DENYHOSTS_CFG   = "%%PREFIX%%/share/denyhosts/denyhosts.cfg"
 
 
 ###############################################