diff options
Diffstat (limited to 'network/squid/README')
-rw-r--r-- | network/squid/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/squid/README b/network/squid/README index aab94c3746..7756f08719 100644 --- a/network/squid/README +++ b/network/squid/README @@ -10,3 +10,8 @@ arranged in a hierarchy or mesh for additional bandwidth savings. See /usr/doc/squid-*/README.SBo for configuration help. Note that the default squid.conf and /etc/logrotate.d/squid files have changed in this release, so be sure to merge the changes into place. + +To build squid with ICAP client support, specify the option "ICAP=yes", +for example: + + ICAP=yes ./squid.SlackBuild |