From: Frank Lichtenheld Date: Wed, 12 Dec 2007 00:10:14 +0000 (+0100) Subject: 100syncarchive_maintainers: Replace a hardcoded ftp.debian.org with $ftpsite X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=8aef54f4a5befe8740b361190c7150494e787f93;hp=cd4d1f86366ee5a65c99d09a47d6c575afcbd1ef;p=deb%2Fpackages.git 100syncarchive_maintainers: Replace a hardcoded ftp.debian.org with $ftpsite --- diff --git a/cron.d/100syncarchive_maintainers b/cron.d/100syncarchive_maintainers index e42a1c6..9055606 100755 --- a/cron.d/100syncarchive_maintainers +++ b/cron.d/100syncarchive_maintainers @@ -16,6 +16,6 @@ then else if [ ! -L Maintainers ] then - $wget_cmd -O Maintainers ftp://ftp.debian.org/debian/indices/Maintainers + $wget_cmd -O Maintainers $ftpsite/indices/Maintainers fi fi