Ticket #49026: patch-fail2ban-tests-utils.py.diff
File patch-fail2ban-tests-utils.py.diff, 483 bytes (added by fclaire@…, 9 years ago) |
---|
-
fail2ban/tests/utils.py
old new 42 42 if os.path.exists(os.path.join('config','fail2ban.conf')): 43 43 CONFIG_DIR = 'config' 44 44 else: 45 CONFIG_DIR = ' /etc/fail2ban'45 CONFIG_DIR = '@@PREFIX@@/etc/fail2ban' 46 46 47 47 48 48 def mtimesleep(): … … 263 263 kernel32.CloseHandle(process) 264 264 return True 265 265 else: 266 return False 267 No newline at end of file 266 return False