mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@140986 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
422 B
Diff
12 lines
422 B
Diff
--- bin/fail2ban-client.orig 2015-09-28 17:02:05.000000000 +0200
|
|
+++ bin/fail2ban-client 2015-09-28 17:02:37.000000000 +0200
|
|
@@ -58,7 +58,7 @@
|
|
self.__stream = None
|
|
self.__configurator = Configurator()
|
|
self.__conf = dict()
|
|
- self.__conf["conf"] = "/etc/fail2ban"
|
|
+ self.__conf["conf"] = "@@PREFIX@@/etc/fail2ban"
|
|
self.__conf["dump"] = False
|
|
self.__conf["force"] = False
|
|
self.__conf["background"] = True
|