From 6f70029e2ab9608482fd338f0a599f8cca960608 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 25 Jul 2008 15:41:07 +0000 Subject: [PATCH] chkconfig is set by config file. This step is unneeded. --- iptables.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index fa4b023..09f01cd 100644 --- a/iptables.spec +++ b/iptables.spec @@ -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 -- 2.47.0