head	1.5;
access;
symbols
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2005.10.25.17.07.51;	author garga;	state dead;
branches;
next	1.4;

1.4
date	2004.05.09.21.41.15;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.19.04.59.48;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.24.04.14.52;	author cy;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.08.01.51.57;	author cy;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 2.9.0.1

PR:		ports/87962
Submitted by:	maintainer
@
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
@


1.4
log
@- Update to 2.7.7-8
- Convert to RCng
- Define latest link

PR:		ports/66336
Submitted by:	Freddie Cash <fcash@@sd73.bc.ca> (maintainer)
@
text
@@


1.3
log
@Update to latest development snapshot.

Submitted by:	fcash@@bigfoot.com (maintainer)
@
text
@d1 2
a2 2
--- configure.orig	Thu Jan  8 11:48:38 2004
+++ configure	Thu Jan  8 11:53:04 2004
d8 1
a8 1
+$extendedecho "LOGLOCATION = \$logdir" >>Makefile
d12 1
a12 29
@@@@ -2708,27 +2708,6 @@@@
                         rm -f dansguardian.bsdv
                 fi
                 cat autoconf/bsdv.in > dansguardian.bsdv
-                $extendedecho "        [ -x $prefixdir$bindir\c" >> dansguardian.bsdv
-                $extendedecho "dansguardian ] && $prefixdir$bindir\c" >> dansguardian.bsdv
-                echo "dansguardian > /dev/null && $extendedecho ' dansguardian\c'" >> dansguardian.bsdv
-                echo "        ;;" >> dansguardian.bsdv
-                echo "stop)" >> dansguardian.bsdv
-                $extendedecho "        $prefixdir$bindir\c" >> dansguardian.bsdv
-                echo "dansguardian -q" >> dansguardian.bsdv
-                $extendedecho "        [ -r /tmp/\c" >> dansguardian.bsdv
-                echo ".dguardianipc ] && $extendedecho ' dansguardian\c'" >> dansguardian.bsdv
-                echo "        rm -f /tmp/.dguardianipc" >> dansguardian.bsdv
-                echo "        ;;" >> dansguardian.bsdv
-                echo "restart)" >> dansguardian.bsdv
-                echo "        \$0 stop" >> dansguardian.bsdv
-                echo "        \$0 start" >> dansguardian.bsdv
-                echo "        ;;" >> dansguardian.bsdv
-                echo "*)" >> dansguardian.bsdv
-                echo "        echo \"Usage: `basename \$0` {start|stop|restart}\" >&2" >> dansguardian.bsdv
-                echo "        ;;" >> dansguardian.bsdv
-                echo "esac" >> dansguardian.bsdv
-                echo "exit 0" >> dansguardian.bsdv
-                chmod u+x dansguardian.bsdv
 	;;
 	NetBSD*)
 		if [ -f dansguardian.bsdv ]; then
@@@@ -2875,7 +2854,7 @@@@
d17 1
a17 1
+echo "#loglocation = '/var/log/dansguardian.log'" >>dansguardian.conf
a20 59
@@@@ -3362,9 +3341,9 @@@@
 echo "#!/bin/sh" >logrotation
 echo "# DansGuardian logrotation script for version 2.7.6" >>logrotation
 echo "" >>logrotation
-echo "LOG_DIR=$prefixdir$logdir" >>logrotation
+echo "LOG_DIR=$logdir" >>logrotation
 echo "NUM_LOGS=4" >>logrotation
-echo "LOG=\$LOG_DIR/access.log" >>logrotation
+echo "LOG=\$LOG_DIR/dansguardian.log" >>logrotation
 echo "" >>logrotation
 
 case `uname -s` in
@@@@ -3380,7 +3359,7 @@@@
 	;;
 	FreeBSD*)
 	        $extendedecho "$prefixdir$sysvdir\c" >>logrotation
-	        echo "dansguardian.sh stop > /dev/null" >>logrotation
+	        echo "start-dg.sh stop > /dev/null" >>logrotation
 	        echo "" >>logrotation
 	;;
 	NetBSD*)
@@@@ -3437,7 +3416,7 @@@@
 	;;
 	FreeBSD*)
 	        $extendedecho "$prefixdir$sysvdir\c" >>logrotation
-	        echo "dansguardian.sh start > /dev/null" >>logrotation
+	        echo "start-dg.sh start > /dev/null" >>logrotation
 	        echo "" >>logrotation
 	;;
 	NetBSD*)
@@@@ -3464,8 +3443,8 @@@@
 	rm -f logrotate.dansguardian
 fi
 
-$extendedecho "$prefixdir$logdir\c" >>logrotate.dansguardian
-echo "access.log {" >>logrotate.dansguardian
+$extendedecho "$logdir\c" >>logrotate.dansguardian
+echo "dansguardian.log {" >>logrotate.dansguardian
 echo "  rotate 4" >>logrotate.dansguardian
 echo "  weekly" >>logrotate.dansguardian
 echo "  sharedscripts" >>logrotate.dansguardian
@@@@ -3481,7 +3460,7 @@@@
 	;;
 	FreeBSD*)
 	        $extendedecho "    $prefixdir$sysvdir\c" >>logrotate.dansguardian
-	        echo "dansguardian.sh stop > /dev/null" >>logrotate.dansguardian
+	        echo "start-dg.sh stop > /dev/null" >>logrotate.dansguardian
 	;;
 	NetBSD*)
 	        $extendedecho "    $prefixdir$sysvdir\c" >>logrotate.dansguardian
@@@@ -3512,7 +3491,7 @@@@
 	;;
 	FreeBSD*)
 	        $extendedecho "    $prefixdir$sysvdir\c" >>logrotate.dansguardian
-	        echo "dansguardian.sh start > /dev/null" >>logrotate.dansguardian
+	        echo "start-dg.sh start > /dev/null" >>logrotate.dansguardian
 	;;
 	NetBSD*)
 	        $extendedecho "    $prefixdir$sysvdir\c" >>logrotate.dansguardian
@


1.2
log
@Update 2.4.5.2 --> 2.4.6.5

PR:		43661
Submitted by:	MAINTAINER: fcash@@lug.kamloops.net
@
text
@d1 3
a3 3
--- configure-orig	Mon Oct 21 10:42:02 2002
+++ configure	Mon Oct 21 10:42:15 2002
@@@@ -2676,7 +2676,7 @@@@
d8 2
a9 1
+$extendedecho "LOGLOCATION = $logdir" >>Makefile
d12 96
a107 1
 echo "PIDDIR = $piddir" >>Makefile
@


1.1
log
@Add dansguardian-devel 2.4.2.1, a fast, simple web content filter
for Squid proxy servers.

PR:		36676
Submitted by:	Freddie Cash <fcash@@bigfoot.com>
@
text
@d1 3
a3 3
--- configure.orig	Tue Apr  2 12:45:16 2002
+++ configure	Tue Apr  2 12:46:34 2002
@@@@ -2663,7 +2663,7 @@@@
@

