From: Michael Tremer Date: Wed, 13 Jun 2012 13:43:27 +0000 (+0200) Subject: squid: Enable ICAP client. X-Git-Tag: v2.11-core61^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81b2c3f16507eb2321d34eda5829d1c97773c2e7;p=people%2Fms%2Fipfire-2.x.git squid: Enable ICAP client. --- diff --git a/config/rootfiles/core/61/filelists/squid b/config/rootfiles/core/61/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/61/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/61/update.sh b/config/rootfiles/core/61/update.sh index c6a858022a..e20324621e 100644 --- a/config/rootfiles/core/61/update.sh +++ b/config/rootfiles/core/61/update.sh @@ -41,6 +41,7 @@ extract_files # #Start services +/etc/init.d/squid restart &>/dev/null # #Update Language cache diff --git a/lfs/squid b/lfs/squid index 814985cea0..61f17dfb33 100644 --- a/lfs/squid +++ b/lfs/squid @@ -105,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-ipf-transparent \ --enable-kill-parent-hack \ --disable-wccpv2 \ - --disable-icap-client \ + --enable-icap-client \ --disable-esi cd $(DIR_APP) && make $(MAKETUNING)