Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-xo.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-30 04:47:35 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-30 11:35:47 (GMT)
commit8711ff5102262e69109c5cd0ec96bbba4ae5a6e8 (patch)
treea71d10a08e2db60ff74580a4fa5071e50f2f5f80 /soas-xo.ks
parent77a4fdaba478a05a4f444ef3781f51b89db78d30 (diff)
don't bother starting iptables either
Diffstat (limited to 'soas-xo.ks')
-rw-r--r--soas-xo.ks2
1 files changed, 1 insertions, 1 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index b1a031f..3cfa38f 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -453,7 +453,7 @@ FOE
##################
# BEGIN setup services
-for service in auditd cpuspeed cups dnsmasq exim firstboot gpm ip6tables irda livesys livesys-late mdmonitor netfs network nfs nfslock nscd pcscd portreserve readahead_early readahead_later rpcbind rpcgssd rpcidmapd setroubleshoot yum-updatesd ; do
+for service in auditd cpuspeed cups dnsmasq exim firstboot gpm iptables ip6tables irda livesys livesys-late mdmonitor netfs network nfs nfslock nscd pcscd portreserve readahead_early readahead_later rpcbind rpcgssd rpcidmapd setroubleshoot yum-updatesd ; do
/sbin/chkconfig --level 2345 $service off
done