You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
694 B
13 lines
694 B
diff -up fail2ban-0.9-d529151/fail2ban/client/fail2banreader.py.notmp fail2ban-0.9-d529151/fail2ban/client/fail2banreader.py
|
|
--- fail2ban-0.9-d529151/fail2ban/client/fail2banreader.py.notmp 2013-07-28 03:43:54.000000000 -0600
|
|
+++ fail2ban-0.9-d529151/fail2ban/client/fail2banreader.py 2013-08-08 20:15:19.997686089 -0600
|
|
@@ -39,7 +39,7 @@ class Fail2banReader(ConfigReader):
|
|
ConfigReader.read(self, "fail2ban")
|
|
|
|
def getEarlyOptions(self):
|
|
- opts = [["string", "socket", "/tmp/fail2ban.sock"],
|
|
+ opts = [["string", "socket", "/var/run/fail2ban/fail2ban.sock"],
|
|
["string", "pidfile", "/var/run/fail2ban/fail2ban.pid"]]
|
|
return ConfigReader.getOptions(self, "Definition", opts)
|
|
|