Comment 3 for bug 296349

Revision history for this message
Nathan Crawford (njcrawford) wrote :

Logwatch.pl in version 7.3.6.cvs20080702-1ubuntu3 has a typo around line 940:

> unless ($_ eq "hostname"} {

This causes syntax errors in the rest of the file.

The closing bracket for the unless statement should be a ")" (parentheses) instead of "}" (curly bracket).