]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Merge commit 'origin/master' into next
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 6 Oct 2010 16:38:27 +0000 (18:38 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 6 Oct 2010 16:38:27 +0000 (18:38 +0200)
config/guardian/guardian.pl
lfs/guardian

index 8c2e3b7046e98a3094bd1f28e8a7908dbbd7c866..0c37c34f4f8e22e4bd59c44dfcf9bd9069a7029e 100644 (file)
@@ -94,7 +94,7 @@ for (;;) {
                while (<ALERT2>) {
                        chop;
                        if ($_=~/.*sshd.*Failed password for root from.*/) {
-                               my @array=split(/ /,$_);&checkssh ($array[10], "possible SSH-Bruteforce Attack");}
+                               my @array=split(/ /,$_);&checkssh ($array[11], "possible SSH-Bruteforce Attack");}
                        }
        }
 
index 65f14cbd4d941969d8d31a718e93a9856ce4cb82..6cec09bd9dcc498ed0f790b4e6accc16f1f6d15c 100644 (file)
@@ -30,7 +30,7 @@ THISAPP    = guardian-$(VER)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = guardian
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       = ""