From e5182b840e925b69582ba1995629a143b84f0952 Mon Sep 17 00:00:00 2001 From: pim Date: Mon, 7 Sep 2009 19:57:33 +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/irc.efnet.nl@12 0a436592-62d7-4152-98a5-b7e29e440240 --- 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"