diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-10-20 16:02:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-10-20 16:02:37 +0000 |
commit | 06f774cde68c219dee2e07ba5695e3ec00a152ae (patch) | |
tree | 9141154e998708ede0283a6f7e9dad7c808c01b8 /www/dansguardian | |
parent | remove an disfuntional MASTER_SITE (diff) |
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>
Notes
Notes:
svn path=/head/; revision=68421
Diffstat (limited to '')
-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. ******************************************************************************* - |