Re: [Logwatch] My new server is online
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Kirk Bauer wrote:
> CVS should be working (of course I still haven't actually confirmed that ;)
>
>
Confirmed
[mgt@dwarfstar services]$ cvs diff vsftpd
Index: vsftpd
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/vsftpd,v
retrieving revision 1.12
diff -r1.12 vsftpd
28,32c28,32
< ( $ThisLane =~ /[OK|FAIL] RMDIR/ )
< ( $ThisLane =~ /[OK|FAIL] CHMOD/ )
< ( $ThisLane =~ /[OK|FAIL] DELETE/ )
< ( $ThisLine =~ /MKDIR/ ) ){
< # We don't care about these
---
> ( $ThisLane =~ /[OK|FAIL] RMDIR/ ) or
> ( $ThisLane =~ /[OK|FAIL] CHMOD/ ) or
> ( $ThisLane =~ /[OK|FAIL] DELETE/ ) or
> ( $ThisLine =~ /MKDIR/ ) )
> { # We don't care about these
Committed vsftpd
-Mike