merge with lp:~mvo/apt/debian-sid : move all my ABI break changes
[ntk/apt.git] / doc / examples / configure-index
index 05826fe..0a20e8f 100644 (file)
@@ -309,6 +309,7 @@ Dir "/"
   // Config files
   Etc "etc/apt/" {
      Main "apt.conf";
+     Netrc "auth.conf";
      Parts "apt.conf.d/";
      Preferences "preferences";
      PreferencesParts "preferences.d";
@@ -407,6 +408,7 @@ Debug
   Acquire::gpgv "false";   // Show the gpgv traffic
   aptcdrom "false";        // Show found package files
   IdentCdrom "false";
+  acquire::netrc "false";  // netrc parser
   
 }