CVS commit openvpn [2]

Mike Tremaine <[email protected]>
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Second commit from fedora tree

[mgt@dwarfstar services]$ cvs diff openvpn
Index: openvpn
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/openvpn,v
retrieving revision 1.10
diff -r1.10 openvpn
123c123,126
<   } else {
---
 >    } elsif ((($Err) = ($ThisLine =~ /(read UDPv4 \[ECONNREFUSED\]: 
Connection refused \(code=111\))/)) or
 >       (($Err) = ($ThisLine =~ /(read UDPv4 \[EHOSTUNREACH\]: No route 
to host \(code=113\))/))) {
 >       $Error{$Err}++;
 >    } else {
213a217,223
 > if (keys %Error) {
 >    print "\n UDPv4 errors:\n";
 >    foreach $Err (sort keys %Error) {
 >      print "   " . $Err . ": " .$Error{$Err}. " Time(s)\n";
 >    }
 > }
 >

-Mike
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.