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  
    4242        if os.path.exists(os.path.join('config','fail2ban.conf')):
    4343                CONFIG_DIR = 'config'
    4444        else:
    45                 CONFIG_DIR = '/etc/fail2ban'
     45                CONFIG_DIR = '@@PREFIX@@/etc/fail2ban'
    4646
    4747
    4848def mtimesleep():
     
    263263                        kernel32.CloseHandle(process)
    264264                        return True
    265265                else:
    266                         return False
    267  No newline at end of file
     266                        return False