summaryrefslogtreecommitdiff
path: root/sysutils/apachetop
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-30 00:52:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-30 00:52:06 +0000
commitdf6be59a16be233fead0d1c0fd35f579672fc576 (patch)
treea7d8880c905db8ee59818c5c8fa7adce35448c1d /sysutils/apachetop
parenta8357956b09c27b6a0e0635de8e24735792b1d02 (diff)
downloadfreebsd-ports-df6be59a16be233fead0d1c0fd35f579672fc576.zip
- Point default logfile to our apache's place
PR: ports/60703 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer) Requested by: andreas
Diffstat (limited to 'sysutils/apachetop')
-rw-r--r--sysutils/apachetop/Makefile1
-rw-r--r--sysutils/apachetop/files/patch-apachetop.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile
index 0de5d2d7f8e1..d0c32b3699ec 100644
--- a/sysutils/apachetop/Makefile
+++ b/sysutils/apachetop/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apachetop
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://clueful.shagged.org/apachetop/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/sysutils/apachetop/files/patch-apachetop.h b/sysutils/apachetop/files/patch-apachetop.h
new file mode 100644
index 000000000000..3c4cb0249a10
--- /dev/null
+++ b/sysutils/apachetop/files/patch-apachetop.h
@@ -0,0 +1,11 @@
+--- 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