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
14 lines
558 B
Diff
14 lines
558 B
Diff
--- bin/fail2ban-server.orig 2015-09-29 09:12:55.000000000 +0200
|
|
+++ bin/fail2ban-server 2015-09-29 09:13:30.000000000 +0200
|
|
@@ -49,8 +49,8 @@
|
|
self.__conf = dict()
|
|
self.__conf["background"] = True
|
|
self.__conf["force"] = False
|
|
- self.__conf["socket"] = "/var/run/fail2ban/fail2ban.sock"
|
|
- self.__conf["pidfile"] = "/var/run/fail2ban/fail2ban.pid"
|
|
+ self.__conf["socket"] = "@@PREFIX@@/var/run/fail2ban/fail2ban.sock"
|
|
+ self.__conf["pidfile"] = "@@PREFIX@@/var/run/fail2ban/fail2ban.pid"
|
|
|
|
def dispVersion(self):
|
|
print "Fail2Ban v" + version
|