From 210aa44148b6e2c7b181a75f87b74ebb15014e12 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 6 Nov 2008 22:02:14 +0100 Subject: default to mail only errors Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ftpsync b/bin/ftpsync index 0085b05..9cdc160 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -217,7 +217,7 @@ else MAILTO=${MAILTO:-"mirrorlogs@debian.org"} fi # Want errors only or every log? -ERRORSONLY=${ERRORSONLY:-"false"} +ERRORSONLY=${ERRORSONLY:-"true"} # How to rotate our log SAVELOG=${SAVELOG:-"savelog -t -c 14"} -- cgit v1.2.3