diff -urN pisg-0.39.old/modules/Pisg/Parser/Logfile.pm pisg-0.39/modules/Pisg/Parser/Logfile.pm
--- pisg-0.39.old/modules/Pisg/Parser/Logfile.pm	Mon Dec  2 11:58:35 2002
+++ pisg-0.39/modules/Pisg/Parser/Logfile.pm	Mon Dec  2 11:59:15 2002
@@ -180,6 +180,8 @@
     print "Analyzing log($file) in '$self->{cfg}->{format}' format...\n"
         unless ($self->{cfg}->{silent});
 
+    return unless (-r "$file");
+
     if ($file =~ /.bz2?$/ && -f $file) {
         open (LOGFILE, "bunzip2 -c $file |") or
         die("$0: Unable to open logfile($file): $!\n");

