ports/60703: apachetop looks for logfiles in unusual place

Cheng-Lung Sung clsung at FreeBSD.csie.NCTU.edu.tw
Tue Dec 30 02:28:31 UTC 2003


>>Number:         60703
>>Category:       ports
>>Synopsis:       apachetop looks for logfiles in unusual place

maybe this patch can help.

diff -ruN /usr/ports/sysutils/apachetop/Makefile ./apachetop/Makefile
--- /usr/ports/sysutils/apachetop/Makefile	Sat Dec 27 11:56:40 2003
+++ ./apachetop/Makefile	Tue Dec 30 10:25:28 2003
@@ -26,5 +26,8 @@
 		-e 's/--run autoconf$$/--run autoconf257/' \
 		-e 's/--run autoheader$$/--run autoheader257/' \
 		${WRKSRC}/Makefile
+	${REINPLACE_CMD} \
+		-e 's,/var/httpd/apache_log,/var/log/httpd-access.log,' \
+		${WRKSRC}/src/apachetop.h
 
 .include <bsd.port.mk>

-- 
                                              IASL, IIS, SINICA 
                                            Alan, Cheng-Lung Sung



More information about the freebsd-ports-bugs mailing list