From dcf95e8de28063ae669551509d16bbcdb0a58259 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 22 Feb 2013 01:11:19 +0000 Subject: [PATCH] etc/mirrors.d/50-rfc: Fetch from rfc-editor.org. --- etc/mirrors.d/50-rfc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/mirrors.d/50-rfc b/etc/mirrors.d/50-rfc index d7b4388..29dcca4 100755 --- a/etc/mirrors.d/50-rfc +++ b/etc/mirrors.d/50-rfc @@ -7,15 +7,13 @@ cd $MIRRORS ## Fetch the RFC collection. standard_rsync "$@" \ - --exclude /ien/scanned/ \ - --exclude /tar/ \ - --exclude /internet-drafts/ \ - www.ietf.org::everything-ftp/rfc/ \ + --exclude=/tar/ \ + ftp.rfc-editor.org::rfc-ed-all/ \ rfc/ ## Fetch the Internet Draft collection. standard_rsync "$@" \ - rsync.mirrorservice.org::ftp.isi.edu/internet-drafts/ \ + ftp.rfc-editor.org::internet-drafts/ \ internet-drafts/ ## Build a usable BibTeX database of RFCs. XSLT runes are by Roland -- 2.11.0