freebsd-ports/www/wwwstat/files/patch-splitlog.rc
Olli Hauer 431f3a147a - add stage support
- use PERL instead of PERL5 in scripts
- rename patch files
- move text displayed with ECHO_MSG into pkg-message
2014-04-15 14:51:31 +00:00

15 lines
520 B
Text

--- splitlog.rc.orig Sun Mar 2 18:50:00 1997
+++ splitlog.rc Sun Mar 2 18:51:21 1997
@@ -41,10 +41,12 @@
# Specify the default location of your access log
#
## $DefaultLog = '/usr/local/etc/httpd/logs/access_log';
+$DefaultLog = '/var/log/httpd-access.log';
#
# Specify the default destination directory for the split logfiles
#
## $DestDir = ''; # current directory
+$DestDir = '/tmp'; # current directory
#
# Specify the filename (no .ext) for non-matching, non-split log entries
#