From 0dd9396e63a4afb049feb28db00d563bcdda0756 Mon Sep 17 00:00:00 2001 From: ISHIKAWA Mutsumi Date: Sun, 9 Nov 2008 15:15:47 +0900 Subject: FIX full logging variable typo (Re: New mirror scripts for Debian mirrors) >>>>> In <87zlkai7gc.fsf@vorlon.ganneff.de> >>>>> Joerg Jaspert 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 --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ftpsync') 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 -- cgit v1.2.3