diff --git a/cache_swap.sh b/cache_swap.sh index 877b6c7..77d06ac 100644 --- a/cache_swap.sh +++ b/cache_swap.sh @@ -7,7 +7,6 @@ SQUID_CONF=${SQUID_CONF:-"/etc/squid/squid.conf"} CACHE_SWAP=`awk '/^[[:blank:]]*cache_dir/ { print $3 }' "$SQUID_CONF"` - init_cache_dirs=0 for adir in $CACHE_SWAP; do if [ ! -d $adir/00 ]; then diff --git a/squid.spec b/squid.spec index 82f07bb..ffffe6d 100644 --- a/squid.spec +++ b/squid.spec @@ -33,7 +33,6 @@ Patch202: squid-3.1.0.9-location.patch Patch203: squid-3.0.STABLE1-perlpath.patch Patch204: squid-3.5.9-include-guards.patch Patch205: squid-4.0.21-large-acl.patch -Patch206: squid-4.11-systemd.patch # cache_swap.sh Requires: bash gawk @@ -103,7 +102,6 @@ lookup program (dnsserver), a program for retrieving FTP data %patch203 -p1 -b .perlpath %patch204 -p0 -b .include-guards %patch205 -p1 -b .large_acl -%patch206 -p1 -b .systemd # https://bugzilla.redhat.com/show_bug.cgi?id=1679526 # Patch in the vendor documentation and used different location for documentation