]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.cc
Location header in redirects should be absolute URI, but some
[apt.git] / methods / mirror.cc
index 00757e61f0a7a8ba65c13485042d444fc2c9c743..2cf5c9ce1110a9d7f9b259cf9913451b89126d94 100644 (file)
@@ -256,6 +256,13 @@ bool MirrorMethod::InitMirrors()
       return _error->Error(_("No mirror file '%s' found "), MirrorFile.c_str());
    }
 
+   if (access(MirrorFile.c_str(), R_OK) != 0)
+   {
+      // FIXME: fallback to a default mirror here instead 
+      //        and provide a config option to define that default
+      return _error->Error(_("Can not read mirror file '%s'"), MirrorFile.c_str());
+   }  
+
    // FIXME: make the mirror selection more clever, do not 
    //        just use the first one!
    // BUT: we can not make this random, the mirror has to be