diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-01 09:05:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-01 09:05:57 +0000 |
commit | d831d0a2a7317337d489d2f8e2918dfd0883455f (patch) | |
tree | ddacd74ddcab363792f6a77a2758e300b6bf946b /www/squidguard | |
parent | 5eac21b5dd3a5274bc40df97c46022798875c283 (diff) | |
download | ports-d831d0a2a7317337d489d2f8e2918dfd0883455f.tar.gz ports-d831d0a2a7317337d489d2f8e2918dfd0883455f.zip |
Notes
Diffstat (limited to 'www/squidguard')
-rw-r--r-- | www/squidguard/files/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/squidguard/files/patch-Makefile.in b/www/squidguard/files/patch-Makefile.in new file mode 100644 index 000000000000..c7025e7440ac --- /dev/null +++ b/www/squidguard/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- Makefile.in.orig 2008-11-30 21:11:59.000000000 +0100 ++++ Makefile.in 2008-11-30 21:12:20.000000000 +0100 +@@ -65,15 +65,6 @@ + chown -R $(SQUIDUSER) $(logdir) || exit 1 ; \ + echo Assigned $(logdir) to user $(SQUIDUSER) ; \ + fi ; +- @if test ! -f $(configfile); then \ +- cp samples/sample.conf $(configfile) || exit 1 ; \ +- echo Copied sample squidGuard.conf ; \ +- chmod 644 $(configfile) || exit 1 ; \ +- echo $(configfile) is now readable ; \ +- echo The initial configuration is complete. ; \ +- else \ +- echo Configuration file found. Not changing anything ; \ +- fi; + @echo ; + @echo Congratulation. SquidGuard is sucessfully installed. ; + @echo ; |