# HG changeset patch # User Stacy Yeh # Date 1435623392 25200 # Node ID 43ef811d0422a504db55efba5abd9b0f7a5468dc # Parent 330cbd4379f67256c47683d2b7f55453539221e8 21305852 update to squid 3.5.5 (squid.conf fix) diff -r 330cbd4379f6 -r 43ef811d0422 components/squid/Makefile --- a/components/squid/Makefile Mon Jun 29 16:53:21 2015 -0700 +++ b/components/squid/Makefile Mon Jun 29 17:16:32 2015 -0700 @@ -96,6 +96,13 @@ COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)" +# Appends the following line to the end of the squid.conf configuration +# file. This line is necessary for running squid for testing. +# This starts up squid as user webservd. +COMPONENT_POST_INSTALL_ACTION += \ + (cd $(PROTO_DIR)/etc/squid ; \ + echo '\ncache_effective_user webservd' >> squid.conf) + ASLR_MODE = $(ASLR_ENABLE) # common targets