Ticket #49026: patch-bin-fail2ban-client.diff

File patch-bin-fail2ban-client.diff, 422 bytes (added by fclaire@…, 9 years ago)
  • bin/fail2ban-client

    old new  
    5858                self.__stream = None
    5959                self.__configurator = Configurator()
    6060                self.__conf = dict()
    61                 self.__conf["conf"] = "/etc/fail2ban"
     61                self.__conf["conf"] = "@@PREFIX@@/etc/fail2ban"
    6262                self.__conf["dump"] = False
    6363                self.__conf["force"] = False
    6464                self.__conf["background"] = True