From 81b2c3f16507eb2321d34eda5829d1c97773c2e7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 13 Jun 2012 15:43:27 +0200 Subject: [PATCH] squid: Enable ICAP client. --- config/rootfiles/core/61/filelists/squid | 1 + config/rootfiles/core/61/update.sh | 1 + lfs/squid | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/61/filelists/squid diff --git a/config/rootfiles/core/61/filelists/squid b/config/rootfiles/core/61/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /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 c6a858022..e20324621 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 814985cea..61f17dfb3 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) -- 2.39.2