summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ftpsync.conf.sample2
-rw-r--r--etc/runmirrors.mirror.sample7
2 files changed, 5 insertions, 4 deletions
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index 21e9aa4..734a343 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -4,7 +4,7 @@ RSYNC_USER=USER
RSYNC_PASSWORD=PASSWORD
RSYNC_PATH="debian-all"
PROGRAM=ftpsync
-MAILTO="somewhere@example.com"
+MAILTO="root"
ERRORSONLY="false"
# Hook scripts can be run at various places during the sync.
# Leave them blank if you don't want any
diff --git a/etc/runmirrors.mirror.sample b/etc/runmirrors.mirror.sample
index e529376..3d31ec7 100644
--- a/etc/runmirrors.mirror.sample
+++ b/etc/runmirrors.mirror.sample
@@ -27,6 +27,7 @@
# finish stage1 before stage2 gets pushed.
#
# One special value is allowed: DELAY
-# This word has to be on a line itself, nothing else, not even
-# whitespace. It will trigger a pause of $DELAY seconds between the two
-# mirrors. Per default DELAY is set to 60.
+# This word has to be on a line itself, followed by a space and a number.
+# nothing else, not even whitespace. It will trigger a pause of $number
+# seconds between the two mirrors. If no number is given it defaults to
+# 60 seconds.