mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
ae2d2d0b04
PR: ports/88781 Submitted by: Janos Mohacsi <janos.mohacsi.at.bsd.hu>
19 lines
534 B
Plaintext
19 lines
534 B
Plaintext
|
|
$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"
|
|
|
|
|
|
###############################################
|