summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-19 00:12:36 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-19 00:12:36 +0100
commit1fcac8e4cbe4f503647f38d496055a2c1701b37f (patch)
tree66dd406723c032519bb91126dc1c42d4cff2f3f8 /bin
parentdccfc56c5a745f8a7a52fa3525b3af2ea6d0ba44 (diff)
fix
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
-rwxr-xr-xbin/runmirrors2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 878741c..8de1e61 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -234,7 +234,7 @@ ERRORSONLY=${ERRORSONLY:-"true"}
FULLLOGS=${FULLLOGS:-"false"}
# How many logfiles to keep
-LOGROTATE=${LOGROTATE:14}
+LOGROTATE=${LOGROTATE:-14}
# Our lockfile
LOCK=${LOCK:-"${TO}/Archive-Update-in-Progress-${MIRRORNAME}"}
diff --git a/bin/runmirrors b/bin/runmirrors
index 5c2a6b7..6704bae 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -48,7 +48,7 @@ LOG=${LOG:-"${LOGDIR}/${NAME}.log"}
# Our lockfile directory
LOCKDIR=${LOCKDIR:-"${BASEDIR}/locks"}
# How many logfiles to keep
-LOGROTATE=${LOGROTATE:14}
+LOGROTATE=${LOGROTATE:-14}
# Our mirrorfile
MIRRORS=${MIRRORS:-"${BASEDIR}/etc/${NAME}.mirror"}
# used by log()