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/files | |
parent | d74da33fb1f698834af0347c8b7c8627b42b52b2 (diff) | |
download | freebsd-ports-graphics-e79293ecf149664de74ea5fb3ae36f725639b8d1.tar.gz freebsd-ports-graphics-e79293ecf149664de74ea5fb3ae36f725639b8d1.tar.zst freebsd-ports-graphics-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/files')
-rw-r--r-- | www/dansguardian/files/patch-autoconf::fbsd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dansguardian/files/patch-autoconf::fbsd.in b/www/dansguardian/files/patch-autoconf::fbsd.in index a6c194edb2c..eec40421cb6 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 |