Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-09-01 22:36:29 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-09-02 00:11:20 (GMT)
commitfdeff917515dc9e34e469548bdebbd54bf14d739 (patch)
treea1f78ea51d7f39c4f47c9c4930cc9dc432f4cb07 /modules
parent2c898b290f3f632a184c0a01f315e14150f7b7b1 (diff)
Remove our local fix for killing cron jobs
Diffstat (limited to 'modules')
-rw-r--r--modules/base/kspost.10.core.inc11
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index bb0fc41..16d8a2d 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -159,9 +159,8 @@ chmod -x /etc/cron.daily/prelink
# kill a load of non-interesting anacron tasks (#10247)
chmod -x /etc/cron.daily/{logrotate,rpm,tmpwatch}
-chmod -x /etc/cron.daily/{makewhatis,mlocate,readahead}.cron
+chmod -x /etc/cron.daily/makewhatis.cron
chmod -x /etc/cron.weekly/99-raid-check
-chmod -x /etc/cron.monthly/readahead-monthly.cron
# suppress generation of certain SSH host keys in the same way we did
# it on XO-1 builds, so as to reduce first boot time by several
@@ -171,11 +170,3 @@ sed -i -e 's%\t\tdo_dsa%#\t\tdo_dsa%g' \
# disable sshd, saves memory and speeds up startup time
/sbin/chkconfig sshd off
-
-# disable mdadm's cron job (sl#2185), plus a few more useless cron jobs
-rm -f /etc/cron.weekly/99-raid-check
-rm -f /etc/cron.daily/logrotate
-rm -f /etc/cron.daily/makewhatis.cron
-rm -f /etc/cron.daily/prelink
-rm -f /etc/cron.daily/rpm
-rm -f /etc/cron.daily/tmpwatch