rpms/logwatch/devel logwatch-7.3.6-pam_unix2.patch,1.1,1.2

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Aug 6 11:53:55 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18898

Modified Files:
	logwatch-7.3.6-pam_unix2.patch 
Log Message:
update pam_unix2 patch


logwatch-7.3.6-pam_unix2.patch:

Index: logwatch-7.3.6-pam_unix2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch-7.3.6-pam_unix2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logwatch-7.3.6-pam_unix2.patch	10 Oct 2007 12:46:54 -0000	1.1
+++ logwatch-7.3.6-pam_unix2.patch	6 Aug 2008 11:53:25 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up logwatch-7.3.6/scripts/services/pam_unix.pom logwatch-7.3.6/scripts/services/pam_unix
---- logwatch-7.3.6/scripts/services/pam_unix.pom	2007-10-10 14:24:10.000000000 +0200
-+++ logwatch-7.3.6/scripts/services/pam_unix	2007-10-10 14:24:37.000000000 +0200
+--- logwatch-7.3.6/scripts/services/pam_unix.pom	2008-08-06 13:51:48.000000000 +0200
++++ logwatch-7.3.6/scripts/services/pam_unix	2008-08-06 13:51:48.000000000 +0200
 @@ -265,7 +265,7 @@ while ($line = <STDIN>) {
        } else {
           $data{$service}{'Unknown Entries'}{$line}++;
@@ -9,4 +9,4 @@
 +   } elsif (($service eq 'runuser') or ($service eq 'runuser-l')){
        if ($line =~ s/^session opened for user (.+)/$1/) {
           $data{$service}{'Sessions Opened'}{$line}++;
-       } elsif ($line =~ s/^session closed for user (.+)/$1/) {
+       } elsif ($line =~ /session closed for user/) {




More information about the fedora-extras-commits mailing list