etc/mirrors.d/*: Use the new `MIRRORS' variable.
[mirror-admin] / etc / mirrors.d / 50-rfc
index 0c7200c..e44e1d4 100755 (executable)
@@ -3,12 +3,17 @@
 ### Mirror RFCs and Internet Drafts from mirrorservice.org
 
 . lib/functions.sh
+cd $MIRRORS
+
+## Fetch the RFC collection.
 standard_rsync "$@" \
   --exclude /ien/scanned/ \
   --exclude /tar/ \
   --exclude /internet-drafts/ \
   www.ietf.org::everything-ftp/rfc/ \
-  /mnt/ftp/pub/mirrors/rfc/
+  rfc/
+
+## Fetch the Internet Draft collection.
 standard_rsync "$@" \
   rsync.mirrorservice.org::ftp.isi.edu/internet-drafts/ \
-  /mnt/ftp/pub/mirrors/internet-drafts/
+  internet-drafts/