]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merge lp:~mvo/apt/netrc branch, this adds support for a
[apt.git] / doc / examples / configure-index
index 27118fb7e85f8e7c34534b7c4a75a57d51072a08..f5f9964609282e6d75c4ae562b192f0bc52da9b6 100644 (file)
@@ -282,6 +282,7 @@ Dir "/"
   // Config files
   Etc "etc/apt/" {
      Main "apt.conf";
+     Netrc "auth.conf";
      Parts "apt.conf.d/";
      Preferences "preferences";
      PreferencesParts "preferences.d";
@@ -380,6 +381,7 @@ Debug
   Acquire::gpgv "false";   // Show the gpgv traffic
   aptcdrom "false";        // Show found package files
   IdentCdrom "false";
+  acquire::netrc "false";  // netrc parser
   
 }