Skip to content

Commit

Permalink
Merge pull request #59 from marcelloc/patch-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Jan 26, 2016
2 parents a7db42c + 65cb089 commit cd788ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/pfSense-pkg-squid/files/usr/local/pkg/squid_antivirus.inc
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ icap_client_username_header X-Authenticated-User
icap_preview_enable on
icap_preview_size 1024
icap_service service_avi_req reqmod_precache icap://[::1]:1344/squid_clamav bypass=off
icap_service service_avi_req reqmod_precache icap://127.0.0.1:1344/squid_clamav bypass=off
adaptation_access service_avi_req allow all
icap_service service_avi_resp respmod_precache icap://[::1]:1344/squid_clamav bypass=on
icap_service service_avi_resp respmod_precache icap://127.0.0.1:1344/squid_clamav bypass=on
adaptation_access service_avi_resp allow all
EOF;
Expand Down Expand Up @@ -659,7 +659,7 @@ if [ ! -f /var/db/clamav/main.cvd -a ! -f /var/db/clamav/main.cld ]; then
exit 1
fi
{$squid_base}/bin/clamd --config-file="{$squid_base}/local/etc/clamd.conf"
{$squid_base}/sbin/clamd --config-file="{$squid_base}/etc/clamd.conf"
EOD;

Expand Down

0 comments on commit cd788ba

Please sign in to comment.