V1.0.7 get working directory before including config
[logcheck] / logcheck.conf
index 16e48f8..b97fc11 100644 (file)
@@ -1,19 +1,17 @@
-# config for logcheck.pl
+# 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