]> git.pld-linux.org Git - packages/apachetop.git/blobdiff - apachetop-debian.patch
- rel 7; read default config file, really
[packages/apachetop.git] / apachetop-debian.patch
index 676e3892ba4fb27a85fa5f804daa055faf67795e..f5fd350c762c0b98a44c9c7df1071b072c3f03f8 100644 (file)
@@ -6406,7 +6406,7 @@ diff -Naurp apachetop.orig/src/apachetop.cc apachetop/src/apachetop.cc
        if (cf.input_count == 0)
        {
 -              if (new_file(DEFAULT_LOGFILE, SEEK_TO_END) != -1)
-+              if (new_file("/var/log/apache2/access.log", SEEK_TO_END) != -1)
++              if (new_file(DEFAULT_LOGFILE, SEEK_TO_END) != -1)
                        cf.input_count++;
 +              else
 +              {
This page took 0.089147 seconds and 4 git commands to generate.