Re: OT: Re: [Logwatch] My new server is online
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Greg Matthews wrote:
> Mike Tremaine wrote:
>> [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
>
> ThisLane ?? is there a typo in CVS?
>
> G
Err.. that is me being dumb! Thanks for pointing it out, it is fixed in
CVS now.
-Mike