X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c6474fb6ff482b0457674986a82afab0a3749af2..f932cd7c75cd7b0da99c97064f8d112075ccd7f5:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 05826feaa..0a20e8f2b 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -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 }