diff options
author | cy <cy@FreeBSD.org> | 2002-10-21 00:02:37 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-10-21 00:02:37 +0800 |
commit | e79293ecf149664de74ea5fb3ae36f725639b8d1 (patch) | |
tree | f2151b7186a41396e1a053b0115f911d27c7a8c6 /www/dansguardian | |
parent | d74da33fb1f698834af0347c8b7c8627b42b52b2 (diff) | |
download | freebsd-ports-gnome-e79293ecf149664de74ea5fb3ae36f725639b8d1.tar.gz freebsd-ports-gnome-e79293ecf149664de74ea5fb3ae36f725639b8d1.tar.zst freebsd-ports-gnome-e79293ecf149664de74ea5fb3ae36f725639b8d1.zip |
Dansguardian requires squid be running before it starts. This patch
starts dansguardian after squid starts up.
PR: 43660
Submitted by: MAINTAINER: Freddie Cash <fcash@bigfoot.com>
Diffstat (limited to 'www/dansguardian')
-rw-r--r-- | www/dansguardian/Makefile | 1 | ||||
-rw-r--r-- | www/dansguardian/files/patch-autoconf::fbsd.in | 2 | ||||
-rw-r--r-- | www/dansguardian/pkg-message | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index ec79488adef7..c8f40f6a0a13 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -7,6 +7,7 @@ PORTNAME= dansguardian PORTVERSION= 2.2.10.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= # empty, see below DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source diff --git a/www/dansguardian/files/patch-autoconf::fbsd.in b/www/dansguardian/files/patch-autoconf::fbsd.in index a6c194edb2ca..eec40421cb68 100644 --- a/www/dansguardian/files/patch-autoconf::fbsd.in +++ b/www/dansguardian/files/patch-autoconf::fbsd.in @@ -56,7 +56,7 @@ + @install -m 644 -o root -g wheel ./exceptionuserlist $(CONFFILELOCATION)exceptionuserlist + @install -m 644 -o root -g wheel ./exceptioniplist $(CONFFILELOCATION)exceptioniplist + @install -m 644 -o root -g wheel ./pics $(CONFFILELOCATION)pics -+ @install -m 755 -o root -g wheel ./dansguardian.bsdv $(SYSVLOCATION)dansguardian.sh ++ @install -m 755 -o root -g wheel ./dansguardian.bsdv $(SYSVLOCATION)start-dg.sh + @install -m 755 -o root -g wheel ./dansguardian.pl $(CGIBINLOCATION)dansguardian.pl + @install -m 644 -o root -g wheel ./dansguardian.8 $(MANUALFILES)man8/dansguardian.8 + @touch $(LOGLOCATION)dansguardian.log diff --git a/www/dansguardian/pkg-message b/www/dansguardian/pkg-message index 992beccce6d1..dfe9bbec8902 100644 --- a/www/dansguardian/pkg-message +++ b/www/dansguardian/pkg-message @@ -5,4 +5,3 @@ This log file can get quite large. Please read the newsyslog(8) man page for instructions on setting up log rotation and compression. ******************************************************************************* - |