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
407 B
Diff
12 lines
407 B
Diff
--- fail2ban/client/configreader.py.orig 2015-09-28 15:24:44.000000000 +0200
|
|
+++ fail2ban/client/configreader.py 2015-09-28 15:25:23.000000000 +0200
|
|
@@ -145,7 +145,7 @@
|
|
Use ConfigReader instead.
|
|
"""
|
|
|
|
- DEFAULT_BASEDIR = '/etc/fail2ban'
|
|
+ DEFAULT_BASEDIR = '@@PREFIX@@/etc/fail2ban'
|
|
|
|
def __init__(self, basedir=None, *args, **kwargs):
|
|
SafeConfigParserWithIncludes.__init__(self, *args, **kwargs)
|