summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-06 21:58:58 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-06 21:58:58 +0100
commitbf7fd05d62e4c2f4b77de05b46608e536775810d (patch)
tree8a7290c2c9d6e3b25fadda875ad543d556542815 /etc/ftpsync.conf.sample
parent49226fb381e8569000bc42ec716235152d833d70 (diff)
ftpsync
use MIRRORNAME, not (bash set) HOSTNAME Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc/ftpsync.conf.sample')
-rw-r--r--etc/ftpsync.conf.sample10
1 files changed, 5 insertions, 5 deletions
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.