From a7a313255437496c78129ffb9e31a23a3697ac37 Mon Sep 17 00:00:00 2001 From: "bbruns@gmail.com" Date: Fri, 20 Aug 2010 19:21:10 +0000 Subject: [PATCH] New functions to simplify things... --- rc.firewall | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rc.firewall b/rc.firewall index e59fc29..ded9d8b 100755 --- a/rc.firewall +++ b/rc.firewall @@ -21,7 +21,7 @@ echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - SOSDG/Firewall v0.9.3 + SOSDG/Firewall v0.9.4 Brielle Bruns http://www.sosdg.org/freestuff/firewall This program comes with ABSOLUTELY NO WARRANTY. @@ -34,6 +34,8 @@ TWEAKS=$BASEDIR/tweaks #BASEDIR=`pwd` . $BASEDIR/options +. $BASEDIR/include/functions + $IPTABLES --flush &>/dev/null $IPTABLES -F OUTPUT &>/dev/null @@ -45,7 +47,8 @@ if [ $NAT ]; then fi $IPTABLES -F -t raw &>/dev/null if [ -s "$BASEDIR/include/ipv4_custom_flush" ]; then - echo -e "\E[33mLoading custom flush rules...\E[37m" + display_c YELLOW "Loading custom flush rules..." Y + #echo -e "\E[33mLoading custom flush rules...\E[37m" . "$BASEDIR/include/ipv4_custom_flush" fi