diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-07 11:04:17 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-07 11:04:17 +0100 |
commit | 777b4ac6882b40f63f1aa9b6f4da78b8fdc56cbe (patch) | |
tree | 3cb631b8c36aef5f0892a92d4ed54efdbdfccd01 /doc | |
parent | 5085e660679cdbb51783702898c42000d5db4fba (diff) | |
parent | 278835da0bbab11f57a9938d4193b66067c6eff1 (diff) |
merge lp:~mvo/apt/netrc branch, this adds support for a
/etc/apt/auth.conf that can be used to store username/passwords
in a "netrc" style file (with the extension that it supports "/"
in a machine definition). Based on the maemo git branch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 5dc7b5246..fc2bede4e 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -273,6 +273,7 @@ Dir "/" // Config files Etc "etc/apt/" { Main "apt.conf"; + Netrc "auth.conf"; Parts "apt.conf.d/"; Preferences "preferences"; PreferencesParts "preferences.d"; @@ -364,6 +365,7 @@ Debug Acquire::gpgv "false"; // Show the gpgv traffic aptcdrom "false"; // Show found package files IdentCdrom "false"; + acquire::netrc "false"; // netrc parser } |