From 7972c188cba564a368cd884c3cff40de3f5e4df2 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 10 Feb 2011 22:37:43 -0500 Subject: [PATCH] Typo --- iptables.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index d7c022b..efaaf2a 100644 --- a/iptables.spec +++ b/iptables.spec @@ -117,7 +117,7 @@ rm -rf %{buildroot} %post /sbin/ldconfig /sbin/chkconfig --add iptables -DEFAULT_IFACE=$(ip route show default | awk '/default/ {print $5}' +DEFAULT_IFACE=$(ip route show default | awk '/default/ {print $5}') sed -i -e "s;__eth;$DEFAULT_IFACE;g" /etc/sysconfig/iptables service iptables restart -- 2.43.0