diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-04-08 19:05:32 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-11 00:10:56 -0500 |
commit | c9c7692638f920da77321df9a54b644909001299 (patch) | |
tree | dc2ca1510e8f3bcf2581b3a24849bacbb03c928e /network/squid/squid.SlackBuild | |
parent | 56d5e2206f961773fface7b49c73896ab892f084 (diff) | |
download | slackbuilds-c9c7692638f920da77321df9a54b644909001299.tar.gz |
network/squid: Updated for version 3.1.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/squid/squid.SlackBuild')
-rw-r--r-- | network/squid/squid.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/squid/squid.SlackBuild b/network/squid/squid.SlackBuild index 37dffcab91..32fca21b37 100644 --- a/network/squid/squid.SlackBuild +++ b/network/squid/squid.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for squid # http://www.squid-cache.org/ -# Copyright 2006-2010 David Somero (dsomero@hotmail.com) Athens,TN USA +# Copyright 2006-2011 David Somero (dsomero@hotmail.com) Athens,TN USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=squid -VERSION=3.1.10 +VERSION=3.1.12 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -120,6 +120,7 @@ mv $PKG/etc/squid/mime.conf $PKG/etc/squid/mime.conf.new mv $PKG/etc/squid/cachemgr.conf $PKG/etc/squid/cachemgr.conf.new rm $PKG/etc/squid/squid.conf cat $CWD/squid.conf > $PKG/etc/squid/squid.conf.new +cat $CWD/squid.conf.documented > $PKG/etc/squid/squid.conf.documented mkdir -p $PKG/var/{cache,run}/squid chown $SQUIDUSER:$SQUIDGROUP $PKG/var/{cache,log,run}/squid |