]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
merge with lp:~mvo/apt/sid to get the finale 0.7.25 state
[apt.git] / doc / examples / configure-index
index 7e86b3d4a1dcafb1966a1c05c21577a273607139..0a20e8f2b79d55054c10524b73a37f5927d1a4a3 100644 (file)
@@ -273,6 +273,15 @@ Acquire
 
     Order { "gz"; "lzma"; "bz2"; };
   };
+
+  Languages
+  {
+     "environment";
+     "de";
+     "en";
+     "none";
+     "fr";
+  };
 };
 
 // Directory layout
@@ -300,6 +309,7 @@ Dir "/"
   // Config files
   Etc "etc/apt/" {
      Main "apt.conf";
+     Netrc "auth.conf";
      Parts "apt.conf.d/";
      Preferences "preferences";
      PreferencesParts "preferences.d";
@@ -398,6 +408,7 @@ Debug
   Acquire::gpgv "false";   // Show the gpgv traffic
   aptcdrom "false";        // Show found package files
   IdentCdrom "false";
+  acquire::netrc "false";  // netrc parser
   
 }