diff --git a/ChangeLog b/ChangeLog index 34d851f..a586d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.0 - Brielle Bruns + - Minor tweaks to various config files + - Fix issue with tweaks loading + - Version 1.0 + 0.9.14 - Brielle Bruns - IPv6 DHCP bypass rules (IPV6_LANDHCPSERVER) - Move FORWARD Established,Related rules to inside NAT rules, since without NAT, diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 08e7a95..c15a2dc 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FW_VERSION="0.9.14" +FW_VERSION="1.0" # These option is here to help pre-1.0 users easily upgrade, defines critical defaults # that would otherwise require remaking their options file. I leave this on by default, @@ -1129,7 +1129,7 @@ fi if [ $TWEAKS ]; then for i in `grep -v "\#" $TWEAKS`; do PROCOPT=( ${i//=/ } ) - echo ${PROCOPT[1]} > /proc/sys/net/${PROCOPT[0]} &>/dev/null + echo ${PROCOPT[1]} > /proc/sys/net/${PROCOPT[0]} done fi