Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-11-09 16:26:02 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-11-09 16:26:02 (GMT)
commitf2c3110498ffb2e2de895f7e4306272d9a36c516 (patch)
treea23b55ee676ebc55087b7c6ba2e5136ac84517ca
parentcfc444b2e252d35a3b826bdaa024ea78be30047d (diff)
enable crond/ssmtp and remove anacron/sendmail
-rw-r--r--soas-base.ks9
1 files changed, 8 insertions, 1 deletions
diff --git a/soas-base.ks b/soas-base.ks
index 3a48b1b..c39b3f1 100644
--- a/soas-base.ks
+++ b/soas-base.ks
@@ -7,7 +7,7 @@ firewall --disabled
xconfig --startxonboot
bootloader --timeout=1 --append="selinux=0"
part / --size 2048 --fstype ext4
-services --enabled=NetworkManager --disabled=atd,auditd,cups,crond,dnsmasq,ip6tables,iptables,irda,mdmonitor,netfs,network,nfs,nfslock,nscd,portreserve,rpcbind,rpcgssd,rpcidmapd,sshd
+services --enabled=NetworkManager --disabled=atd,auditd,cups,dnsmasq,ip6tables,iptables,irda,mdmonitor,netfs,network,nfs,nfslock,nscd,portreserve,rpcbind,rpcgssd,rpcidmapd,sshd
# we're on Rawhide now again
# repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386 --excludepkgs=kdebase-workspace,plymouth,plymouth-*,PolicyKit-kde
@@ -117,6 +117,13 @@ isomd5sum
gstreamer-plugins-good
gstreamer-plugins-espeak
+
+# Remove anacron / sendmail in favor of cronie + ssmtp, for space reasons
+# http://lists.sugarlabs.org/archive/soas/2009-November/000383.html
+-sendmail
+-anacron
+ssmtp
+
%end
%post