V 1.0.5
[logcheck] / logcheck.conf
index b55e216..b97fc11 100644 (file)
@@ -1,19 +1,17 @@
 # config for logcheck.pl 
 
 # path with trailing / to script and config
-$logcheckpath="/logcheck/";
+# obsolete from V1.0.5
+#$logcheckpath="/logcheck/";
 
 # name of whitelist file
-$file_whitelist=$logcheckpath."logcheck.whitelist";
+$file_whitelist="logcheck.whitelist";
 
 # name of logfile-file
-$file_logfilelist=$logcheckpath."logcheck.logfiles";
+$file_logfilelist="logcheck.logfiles";
 
 # receiver addresses, who receives the warning summary?
 $emailaddress='receiveraddress@someones.host';
 
 # who is the sender of that mail
 $senderaddress='senderaddress@thishost';
-
-
\r