From 7fe27694461ef9f6b548376c0bcc2d695fcb5955 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 24 Mar 2011 10:43:08 -0400 Subject: [PATCH] fix problem reported by Thierry --- iptables.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 82dc37f..29522f8 100644 --- a/iptables.spec +++ b/iptables.spec @@ -119,7 +119,7 @@ rm -rf %{buildroot} /sbin/chkconfig --add iptables DEFAULT_IFACE=$(ip route show default | awk '/default/ {print $5}') sed -i -e "s;__eth;$DEFAULT_IFACE;g" /etc/sysconfig/iptables -service iptables restart +[ "$PL_BOOTCD" = "1" ] || service iptables restart %postun -p /sbin/ldconfig -- 2.43.0