From 8aef54f4a5befe8740b361190c7150494e787f93 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 12 Dec 2007 01:10:14 +0100 Subject: [PATCH] 100syncarchive_maintainers: Replace a hardcoded ftp.debian.org with $ftpsite --- cron.d/100syncarchive_maintainers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2