From 5fd5e4837e7fe6e90a122b6659843632019197b0 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Wed, 22 Apr 2015 13:15:27 +0200 Subject: [PATCH] removing awstats-package crontab --- awstats/awstats-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awstats/awstats-install b/awstats/awstats-install index 1f804cfc..23c0d759 100644 --- a/awstats/awstats-install +++ b/awstats/awstats-install @@ -28,5 +28,8 @@ then then /usr/lib/alternc/awstats.cache.php fi + # we disable the package-installed awstats cron to prevent bothering us with error emails + echo "Removing awstats packge-installed crontab, in favor of AlternC's one" + rm -f /etc/cron.d/awstats fi