diff options
Diffstat (limited to 'sysconfig/network-scripts/ifup')
-rwxr-xr-x | sysconfig/network-scripts/ifup | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index da8c85a5..1313d380 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -128,10 +128,8 @@ fi # Is there a firewall running, and does it look like one we configured? FWACTIVE= if [ -f /etc/sysconfig/ipchains -a \ - "`ipchains -L input -n 2>&1 | \ - awk 'END { print NR }'`" -gt 1 ]; then + "`ipchains -L input -n 2>&1 | awk 'END { print NR }'`" -gt 1 ]; then FWACTIVE=1 - export FWACTIVE fi # Remove any temporary references which were previously added to dhclient config |