freebsd-ports/sysutils/apachetop/files/patch-apachetop.h
Pav Lucistnik df6be59a16 - Point default logfile to our apache's place
PR:		ports/60703
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Requested by:	andreas
2003-12-30 00:52:06 +00:00

11 lines
368 B
C

--- src/apachetop.h.orig Tue Dec 30 01:03:05 2003
+++ src/apachetop.h Tue Dec 30 01:03:32 2003
@@ -190,7 +190,7 @@
#define DEBUG_OUTPUT "/tmp/atop.debug"
#ifndef DEFAULT_LOGFILE
-# define DEFAULT_LOGFILE "/var/httpd/apache_log"
+# define DEFAULT_LOGFILE "/var/log/httpd-access.log"
#endif
#define DEFAULT_CIRCLE_SIZE 30
#define DEFAULT_CIRCLE_MODE TIMED_CIRCLE