From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] squid init: small cosmetic fixes
Date: Sat, 14 May 2016 19:17:03 +0200 [thread overview]
Message-ID: <1463246223-1281-1-git-send-email-matthias.fischer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2230 bytes --]
- Deleted a few absolutely unneeded tabs.
- Inserted/deleted some needed/unnecessary line breaks.
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
src/initscripts/init.d/squid | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/initscripts/init.d/squid b/src/initscripts/init.d/squid
index c641c7d..abed90a 100644
--- a/src/initscripts/init.d/squid
+++ b/src/initscripts/init.d/squid
@@ -33,16 +33,16 @@ transparent() {
CONN_TYPE=`echo "$LINE" | awk -F, '{ print $5 }'`
if [ "$CONN_TYPE" != "net" ]; then
continue
- fi
- iptables -t nat -A SQUID -i $1 -p tcp -d `echo "$LINE" | awk -F, '{ print $13 }'` --dport 80 -j RETURN
+ fi
+ iptables -t nat -A SQUID -i $1 -p tcp -d `echo "$LINE" | awk -F, '{ print $13 }'` --dport 80 -j RETURN
done < $FILE
-
+
if [ "$RED_TYPE" == "STATIC" ]; then
iptables -t nat -A SQUID -i $1 -p tcp -d $RED_NETADDRESS/$RED_NETMASK --dport 80 -j RETURN
fi
-
+
iptables -t nat -A SQUID -i $1 -p tcp -d $LOCALIP --dport 80 -j RETURN
-
+
iptables -t nat -A SQUID -i $1 -p tcp --dport 80 -j REDIRECT --to-port "${TRANSPARENT_PORT}"
}
@@ -57,7 +57,6 @@ case "$1" in
exit
fi
-
eval $(/usr/local/bin/readhash /var/ipfire/proxy/advanced/settings)
eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
@@ -100,7 +99,7 @@ case "$1" in
evaluate_retval
# Stop squidGuard, updxlrator, squidclamav
- # and redirect_wrappers.
+ # and redirect_wrappers.
killproc /usr/bin/squidGuard >/dev/null &
killproc /usr/sbin/updxlrator >/dev/null &
killproc /usr/bin/squidclamav >/dev/null &
@@ -123,7 +122,7 @@ case "$1" in
killproc /usr/sbin/squid >/dev/null
# Trash remain pid file from squid.
- rm -rf /var/run/squid.pid
+ rm -rf /var/run/squid.pid
fi
;;
@@ -141,7 +140,7 @@ case "$1" in
statusproc /usr/sbin/squid
statusproc /usr/lib/squid/unlinkd
;;
-
+
flush)
$0 stop
echo > /var/log/cache/swap.state
@@ -149,6 +148,7 @@ case "$1" in
sleep 1
$0 start
;;
+
setperms)
chown -R nobody.squid /var/updatecache/
;;
--
2.8.2
reply other threads:[~2016-05-14 17:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463246223-1281-1-git-send-email-matthias.fischer@ipfire.org \
--to=matthias.fischer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox