chkconfig is set by config file. This step is unneeded.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 25 Jul 2008 15:41:07 +0000 (15:41 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 25 Jul 2008 15:41:07 +0000 (15:41 +0000)
iptables.spec

index fa4b023..09f01cd 100644 (file)
@@ -115,7 +115,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add iptables
-/sbin/chkconfig --level 345 iptables on
 /sbin/service restart iptables
 
 %preun
@@ -125,7 +124,6 @@ fi
 
 %post ipv6
 /sbin/chkconfig --add ip6tables
-/sbin/chkconfig --level 345 ip6tables on
 /sbin/service restart ip6tables
 
 %preun ipv6