X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsquid;h=db45600addc658269fd48601327323c2239c3dad;hb=953ef5f5c06b5701d74a1f4f7896a038d26a61ab;hp=1b4a8a2c8772e26cdf39a59d6b3e40d78f22e0d6;hpb=3fa3a0f94796984aad1c0a3adec9877c6994444c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/squid b/lfs/squid index 1b4a8a2c87..db45600add 100644 --- a/lfs/squid +++ b/lfs/squid @@ -1,22 +1,20 @@ ############################################################################### -# This file is part of the IPCop Firewall. # # # -# IPCop is free software; you can redistribute it and/or modify # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # +# the Free Software Foundation, either version 3 of the License, or # # (at your option) any later version. # # # -# IPCop is distributed in the hope that it will be useful, # +# This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # +# along with this program. If not, see . # # # ############################################################################### @@ -26,7 +24,7 @@ include Config -VER = 2.6.STABLE14 +VER = 2.6.STABLE20 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = eadb138d48320df8b99349121159c6bf +$(DL_FILE)_MD5 = 6e1d87e9ae47f825c814a954a6febc36 install : $(TARGET) @@ -107,7 +105,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -f $(DIR_SRC)/config/updxlrator/download /var/ipfire/updatexlrator/bin/download -mkdir -p /usr/lib/squid/errors.ipfire cp -fr $(DIR_SRC)/config/proxy/errors.ipfire/* /usr/lib/squid/errors.ipfire/ - -find /usr/lib/squid/errors.ipfire/ -name .svn -exec rm -rf {} \; chmod 755 /usr/sbin/updxlrator /var/ipfire/updatexlrator/bin/checkup \ /var/ipfire/updatexlrator/bin/download @@ -116,12 +113,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.weekly chown -R nobody:nobody /var/ipfire/updatexlrator - chown nobody.squid /srv/web/ipfire/html/updatecache - chown nobody.squid /srv/web/ipfire/html/updatecache/download - chown nobody.squid /srv/web/ipfire/html/updatecache/metadata - chmod 775 /srv/web/ipfire/html/updatecache - chmod 775 /srv/web/ipfire/html/updatecache/download - chmod 775 /srv/web/ipfire/html/updatecache/metadata + chown nobody.squid /var/updatecache + chown nobody.squid /var/updatecache/download + chown nobody.squid /var/updatecache/metadata + chmod 775 /var/updatecache + chmod 775 /var/updatecache/download + chmod 775 /var/updatecache/metadata chmod 755 /var/log/updatexlrator chown squid:squid /var/log/squid