Typo
authorSapan Bhatia <gwsapan@gmail.com>
Fri, 11 Feb 2011 03:37:43 +0000 (22:37 -0500)
committerSapan Bhatia <gwsapan@gmail.com>
Fri, 11 Feb 2011 03:37:43 +0000 (22:37 -0500)
iptables.spec

index d7c022b..efaaf2a 100644 (file)
@@ -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