From d29eb641d3e50e734496ddb2db4aed4e7d63cfbd Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Tue, 18 Nov 2014 15:54:43 +0100 Subject: [PATCH] package/squid: define the log directory, pidfile and swapdir Signed-off-by: Guillaume GARDET Signed-off-by: Thomas Petazzoni --- package/squid/squid.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/squid/squid.mk b/package/squid/squid.mk index e8a2ccc1ae..ed51881d21 100644 --- a/package/squid/squid.mk +++ b/package/squid/squid.mk @@ -26,7 +26,10 @@ SQUID_CONF_OPTS = --enable-async-io=8 --enable-linux-netfilter \ --enable-auth-negotiate="wrapper" \ --enable-auth-ntlm="fake" \ --disable-strict-error-checking \ - --enable-external-acl-helpers="file_userip" + --enable-external-acl-helpers="file_userip" \ + --with-logdir=/var/log/squid/ \ + --with-pidfile=/var/run/squid.pid \ + --with-swapdir=/var/cache/squid/ # On uClibc librt needs libpthread ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_TOOLCHAIN_USES_UCLIBC),yy) -- 2.30.2