From d78f0e80f58735c117e434efbbf0df2790af5a96 Mon Sep 17 00:00:00 2001 From: Antti-Juhani Kaijanaho Date: Thu, 25 Jan 2001 19:05:09 +0000 Subject: [PATCH] Joy's nonus mirrorlist patch --- update-mirrorlists | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update-mirrorlists b/update-mirrorlists index 864fbb39..4e984f28 100755 --- a/update-mirrorlists +++ b/update-mirrorlists @@ -20,5 +20,9 @@ if [ ! -f $ftpdir/README.mirrors.html -o $masterlist -nt $ftpdir/README.mirrors. rm -f $ftpdir/README.mirrors.html $ftpdir/README.mirrors.txt $prog -m $masterlist -t html > $ftpdir/README.mirrors.html $prog -m $masterlist -t text > $ftpdir/README.mirrors.txt + if [ ! -f $ftpdir/README.non-US -o $masterlist -nt $ftpdir/README.non-US ] ; then + rm -f $ftpdir/README.non-US + $prog -m $masterlist -t nonus > $ftpdir/README.non-US + fi echo Updated archive version of mirrors file fi -- 2.39.2