freebsd-ports/www/dansguardian-devel/files/patch-configure
Pav Lucistnik 25823620e7 - Update to 2.7.7-8
- Convert to RCng
- Define latest link

PR:		ports/66336
Submitted by:	Freddie Cash <fcash@sd73.bc.ca> (maintainer)
2004-05-09 21:41:15 +00:00

20 lines
981 B
Text

--- configure.orig Wed Apr 28 09:36:01 2004
+++ configure Thu May 6 10:56:21 2004
@@ -2543,7 +2543,7 @@
$extendedecho "SYSVLOCATION = \${PREFIX}$sysvdir" >>Makefile
$extendedecho "CGIBINLOCATION = \${PREFIX}$cgidir" >>Makefile
$extendedecho "MANUALFILES = \${PREFIX}$mandir" >>Makefile
-$extendedecho "LOGLOCATION = \${PREFIX}$logdir" >>Makefile
+$extendedecho "LOGLOCATION = $logdir" >>Makefile
$extendedecho "LOGROTATELOCATION = \${PREFIX}$logrotatedir" >>Makefile
echo "PROXYUSER = $runas_usr" >>Makefile
echo "PROXYGROUP = $runas_grp" >>Makefile
@@ -2896,7 +2896,7 @@
echo "# Log file location" >>dansguardian.conf
echo "# " >>dansguardian.conf
echo "# Defines the log directory and filename." >>dansguardian.conf
-echo "#loglocation = '/var/log/dansguardian/access.log'" >>dansguardian.conf
+echo "loglocation = '/var/log/dansguardian.log'" >>dansguardian.conf
echo "" >>dansguardian.conf
echo "" >>dansguardian.conf
echo "# Network Settings" >>dansguardian.conf