[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] 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>
---
 bin/ftpsync |    2 +-
 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
-- 
1.5.6.5


-- 
ISHIKAWA Mutsumi
 <ishikawa@debian.org>, <ishikawa@hanzubon.jp>, <ishikawa@osdn.jp>


Reply to: