From bf7fd05d62e4c2f4b77de05b46608e536775810d Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 6 Nov 2008 21:58:58 +0100 Subject: ftpsync use MIRRORNAME, not (bash set) HOSTNAME Signed-off-by: Joerg Jaspert --- etc/ftpsync.conf.sample | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/ftpsync.conf.sample') diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample index c9a188d..4d105c1 100644 --- a/etc/ftpsync.conf.sample +++ b/etc/ftpsync.conf.sample @@ -6,9 +6,9 @@ ######################################################################## ######################################################################## -## Hostname. This is used for things like the trace file and should always +## Mirrorname. This is used for things like the trace file and should always ## be the full hostname of the mirror. -#HOSTNAME=`hostname -f` +#MIRRORNAME=`hostname -f` ## In which directory should logfiles end up ## Note that BASEDIR defaults to $HOME, but can be set before calling the @@ -31,9 +31,9 @@ ## on a .debian.org machine where it will default to the mirroradm people. #MAILTO="root" -## If you do not want a mail about every single sync, set this to something -## false. Everything else will only send mails if a mirror sync fails -#ERRORSONLY="false" +## If you do want a mail about every single sync, set this to false +## Everything else will only send mails if a mirror sync fails +#ERRORSONLY="true" ## We do create three logfiles for every run. To save space we rotate them, this ## defines how. -- cgit v1.2.3