summaryrefslogtreecommitdiff
path: root/bin/ftpsync
diff options
context:
space:
mode:
authorISHIKAWA Mutsumi <ishikawa@hanzubon.jp>2008-11-09 15:15:47 +0900
committerJoerg Jaspert <joerg@debian.org>2008-11-09 09:59:31 +0100
commit0dd9396e63a4afb049feb28db00d563bcdda0756 (patch)
tree66e4d0dc1837147e46d1c0c8f2dd2df284bffc7b /bin/ftpsync
parentcc85c3e17401997f9ec601fa7fd0e3309072749a (diff)
FIX full logging variable typo (Re: New mirror scripts for Debian mirrors)
>>>>> In <87zlkai7gc.fsf@vorlon.ganneff.de> >>>>> Joerg Jaspert <joerg@ganneff.de> wrote: >> >> Hi >> >> Recently, we rewrote the Debian archive mirror script formerly known as >> anonftpsync. The new scriptset has many more features, and is the new >> de-facto standard for Debian mirrors. >> >> Please switch to it as soon as possible. >> >> The scriptset is available in two forms: >> - as a tarball from http://ftp-master.debian.org/ftpsync.tar.gz >> - as a git repository: >> git clone https://ftp-master.debian.org/git/archvsync.git Tiny patch, fix typo full logging setting variable (FULLLOGS) Signed-off-by: ISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index a9b3985..fc8e6f3 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -106,7 +106,7 @@ cleanup() {
if [ "x${ERRORSONLY}x" = "xfalsex" ]; then
# And the normal log
MAILFILES="${LOG}"
- if [ "x${FULLLOG}x" = "xtruex" ]; then
+ if [ "x${FULLLOGS}x" = "xtruex" ]; then
# Someone wants full logs including rsync
MAILFILES="${MAILFILES} ${LOGDIR}/rsync-${NAME}.log"
fi