Git Repository Public Repository

logcheck

URLs

Copy to Clipboard

Diff Revisions fb67a8 ... vs 6b4dd8 ... for logcheck.pl

Diff revisions: vs.
  @@ -21,7 +21,7 @@
21 21 use File::Spec;
22 22 $dirname = File::Spec->rel2abs(dirname(__FILE__));
23 23
24 - require 'logcheck.conf';
24 + require $dirname.'/logcheck.conf';
25 25 $mode="run";
26 26
27 27 if (defined($logcheckpath)) {
  @@ -48,7 +48,7 @@
48 48 sub head() {
49 49 print "\n";
50 50 print "-----------------------------\n";
51 - print "This is logcheck.pl V1.0.7\n";
51 + print "This is logcheck.pl V1.0.8\n";
52 52 print "https://peters-webcorner.de\n";
53 53 print "project hosted on github\n";
54 54 print "https://github.com/pstimpel/logcheck\n\n";