summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-06 22:02:14 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-06 22:02:14 +0100
commit210aa44148b6e2c7b181a75f87b74ebb15014e12 (patch)
tree4ad058d402e317aa9d2dccff4c600133a337e6dd /bin
parentc01cf0b92b0a2a291460bccc0a7a104c6fc9a2f4 (diff)
default to mail only errors
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
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"}