From c0a06c755e91135cf4954f9572f0e125871bb608 Mon Sep 17 00:00:00 2001 From: pim Date: Mon, 7 Sep 2009 19:57:59 +0000 Subject: [PATCH] Make the updater issue a warning so ESCALATE_MAILTO is used. git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/ircnet.ipng.ch@26 c5d60b8d-fdcb-4146-b734-af4215e9eb71 --- cron/update.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron/update.cron b/cron/update.cron index 045a7ca..1e1c786 100644 --- a/cron/update.cron +++ b/cron/update.cron @@ -1,6 +1,6 @@ NAME="ircd_update" AUTHOR="Pim van Pelt" -MAILTO="pim@ipng.nl" +# MAILTO="pim@ipng.nl" ESCALATE_MAILTO="pim@ipng.nl" MASTERLOG="/home/ircd/cronscripts/logs/${NAME}.log" @@ -17,7 +17,7 @@ function bitcron_main() [ ! -r $DIFF ] && fatal "Cannot read diff file" [ -s $DIFF ] && { - echo "Incorporating these diffs from the repository" + warning "Incorporating these diffs from the repository" cat $DIFF svn update || error "Could not update local copy" echo "Sending -HUP to the ircd"