From 3c040f7a9be43483d9b88d768f539c50dcc1b0c6 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Wed, 2 Nov 2011 09:04:45 +0100 Subject: [PATCH] add support for rsync urls --- masterlist2mirmon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/masterlist2mirmon b/masterlist2mirmon index ff33375..60a08f3 100755 --- a/masterlist2mirmon +++ b/masterlist2mirmon @@ -31,6 +31,8 @@ foreach my $mirror (@mirrors) { if ($mirror->{'grml-ftp'}) { printf ("%s ftp://%s%s\n", $c, $mirror->{'site'}, $mirror->{'grml-ftp'}); } - + if ($mirror->{'grml-rsync'}) { + printf ("%s rsync://%s/%s\n", $c, $mirror->{'site'}, $mirror->{'grml-rsync'}); + } } -- 2.1.4