]> git.deb.at Git - deb/packages.git/commitdiff
100syncarchive_maintainers: Replace a hardcoded ftp.debian.org with $ftpsite
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 12 Dec 2007 00:10:14 +0000 (01:10 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 12 Dec 2007 00:10:14 +0000 (01:10 +0100)
cron.d/100syncarchive_maintainers

index e42a1c64d065273c90ab85804ab2fbb97905eb2e..905560608b973966ce5e2b3ec48cf45f53ad233b 100755 (executable)
@@ -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