diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-07-21 23:01:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:19 +0700 |
commit | ea930a9237d403035e1f8a534dce9482390d2063 (patch) | |
tree | 964b5eb55d0fca8e124cd2c6642851e1644d3861 /network/squid/README | |
parent | eff09c738da2fe1b8be2b6d755eef625392007e7 (diff) | |
download | slackbuilds-ea930a9237d403035e1f8a534dce9482390d2063.tar.gz |
network/squid: Add new option.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 |