From 12f6c1622a2646d1a5c0972d2a1331e5fc87d3da Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 13 Aug 2002 20:52:15 +0000 Subject: look at the right file (#68368) --- sysconfig/network-scripts/ifup-post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-post b/sysconfig/network-scripts/ifup-post index da1ab88c..95afdafa 100755 --- a/sysconfig/network-scripts/ifup-post +++ b/sysconfig/network-scripts/ifup-post @@ -82,7 +82,7 @@ if [ "$PEERDNS" != "no" -o -n "$RESOLV_MODS" -a "$RESOLV_MODS" != "no" ]; then fi fi -if [ "$FIREWALL_MODS" != "no" -a -f /etc/sysconfig/ipchains ] && \ +if [ "$FIREWALL_MODS" != "no" -a -f /etc/sysconfig/iptables ] && \ iptables -L -n 2>/dev/null | grep -q RH-Lokkit-0-50-INPUT ; then ns=`awk '/^nameserver / { print $2 }' /etc/resolv.conf` if [ -n "$ns" ]; then -- cgit v1.2.1