From 47e956bc8ed1edd6cd3f8b272da4bc2e6c0d39a5 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 18 Jul 2012 10:29:59 -0400 Subject: [PATCH 1/2] Replace "|" with "_" in ipmasq-ZZZzzz|fail2ban.rul (Closes gh-66) Surprise -- that is for Windows compatibility --- files/{ipmasq-ZZZzzz|fail2ban.rul => ipmasq-ZZZzzz_fail2ban.rul} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename files/{ipmasq-ZZZzzz|fail2ban.rul => ipmasq-ZZZzzz_fail2ban.rul} (100%) diff --git a/files/ipmasq-ZZZzzz|fail2ban.rul b/files/ipmasq-ZZZzzz_fail2ban.rul similarity index 100% rename from files/ipmasq-ZZZzzz|fail2ban.rul rename to files/ipmasq-ZZZzzz_fail2ban.rul From b33ae8c1940534938310cb29f022600376837e57 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 19 Jul 2012 14:51:21 -0400 Subject: [PATCH 2/2] Ask users to report bugs to github's issues --- fail2ban-client | 2 +- fail2ban-regex | 2 +- fail2ban-server | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fail2ban-client b/fail2ban-client index 7025d009..66b90333 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -101,7 +101,7 @@ class Fail2banClient: printFormatted() print - print "Report bugs to " + print "Report bugs to https://github.com/fail2ban/fail2ban/issues" def dispInteractive(self): print "Fail2Ban v" + version + " reads log file that contains password failure report" diff --git a/fail2ban-regex b/fail2ban-regex index b854dde2..45b01861 100755 --- a/fail2ban-regex +++ b/fail2ban-regex @@ -122,7 +122,7 @@ class Fail2banRegex: print " string a string representing an 'ignoreregex'" print " filename path to a filter file (filter.d/sshd.conf)" print - print "Report bugs to " + print "Report bugs to https://github.com/fail2ban/fail2ban/issues" dispUsage = staticmethod(dispUsage) def getCmdLineOptions(self, optList): diff --git a/fail2ban-server b/fail2ban-server index 3b3c6e69..f6f1dac4 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -88,7 +88,7 @@ class Fail2banServer: print " -h, --help display this help message" print " -V, --version print the version" print - print "Report bugs to " + print "Report bugs to https://github.com/fail2ban/fail2ban/issues" def __getCmdLineOptions(self, optList): """ Gets the command line options