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
19 lines
483 B
Diff
19 lines
483 B
Diff
--- fail2ban/tests/utils.py.orig 2015-09-28 15:34:25.000000000 +0200
|
|
+++ fail2ban/tests/utils.py 2015-09-28 15:36:10.000000000 +0200
|
|
@@ -42,7 +42,7 @@
|
|
if os.path.exists(os.path.join('config','fail2ban.conf')):
|
|
CONFIG_DIR = 'config'
|
|
else:
|
|
- CONFIG_DIR = '/etc/fail2ban'
|
|
+ CONFIG_DIR = '@@PREFIX@@/etc/fail2ban'
|
|
|
|
|
|
def mtimesleep():
|
|
@@ -263,4 +263,4 @@
|
|
kernel32.CloseHandle(process)
|
|
return True
|
|
else:
|
|
- return False
|
|
\ No newline at end of file
|
|
+ return False
|