diff options
Diffstat (limited to 'net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch')
-rw-r--r-- | net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch b/net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch new file mode 100644 index 000000000000..624d2ebaef14 --- /dev/null +++ b/net-proxy/squidclamav/files/squidclamav-3.1-gentoo.patch @@ -0,0 +1,28 @@ +diff -Nru squidclamav-3.1.orig/squidclamav.conf.dist squidclamav-3.1/squidclamav.conf.dist +--- squidclamav-3.1.orig/squidclamav.conf.dist 2007-08-22 15:50:41.000000000 +0300 ++++ squidclamav-3.1/squidclamav.conf.dist 2007-11-02 17:44:11.000000000 +0200 +@@ -29,7 +29,7 @@ + # + # stat 0|1 + # +-# squidguard /usr/local/squidGuard/bin/squidGuard ++# squidguard /usr/bin/squidGuard + # + # whitelist this.trustdomain.com + # whitelist .*\.domain\.* +@@ -39,12 +39,12 @@ + #proxy http://127.0.0.1:3128/ + #logfile /var/log/squidclamav.log + #redirect http://proxy.domain.com/cgi-bin/clwarn.cgi +-#squidguard /usr/local/squidGuard/bin/squidGuard ++#squidguard /usr/bin/squidGuard + #debug 0 + #force 1 + #stat 1 +-#clamd_local /tmp/clamd +-#clamd_ip 192.168.1.5 ++#clamd_local /var/run/clamav/clamd.sock ++#clamd_ip 127.0.0.1 + #clamd_port 3310 + #timeout 60 + #abort ^.*\.gz$ |