summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-21 22:49:27 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-21 22:49:27 +0200
commit9933097c021fe61b2bb342e07405dcf55ea8f138 (patch)
tree6c5c32dde454f2f19e742369f95b74e914ed9220 /etc
parent505b17640c5b1acd6515c0daf4a24cd4e955d9a3 (diff)
ftpsync, runmirrors
small fixes and "" at some places Signed-off-by: Joerg Jaspert <joerg@debian.org>
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.