Files
@ fd150c9c9afb
Branch filter:
Location: ohnobinki_overlay/net-proxy/squidclamav/files/squidclamav-3.8-gentoo.patch - annotation
fd150c9c9afb
912 B
text/x-diff
dev-embedded/phidget: fixed logic concerning dying if java-pkg_regso fails
before this fix, dev-embedded/phidget would die whenever the java useflag was unset
before this fix, dev-embedded/phidget would die whenever the java useflag was unset
a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 a9bb8329c623 | diff -Nru squidclamav-3.2.orig/squidclamav.conf.dist squidclamav-3.2/squidclamav.conf.dist
--- squidclamav-3.8.orig/squidclamav.conf.dist 2007-08-22 15:50:41.000000000 +0300
+++ squidclamav-3.8/squidclamav.conf.dist 2007-12-30 13:56:58.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,13 +39,13 @@
#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
#maxredir 10
-#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
#useragent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
|