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 58 58 self.__stream = None 59 59 self.__configurator = Configurator() 60 60 self.__conf = dict() 61 self.__conf["conf"] = " /etc/fail2ban"61 self.__conf["conf"] = "@@PREFIX@@/etc/fail2ban" 62 62 self.__conf["dump"] = False 63 63 self.__conf["force"] = False 64 64 self.__conf["background"] = True