diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-12-03 17:39:03 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-12-04 17:48:41 +0100 |
commit | bbfcc05c1978decd28df9681fd73e2a7d9a8c2a5 (patch) | |
tree | 4282524f2298dfd2b9af869ae70e48b940c6d9d7 /doc/examples | |
parent | 37bdbe03d44975951d2518bb9b3d3636081dca6a (diff) |
Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)
This allows us to install matching auth files for sources.list.d
files, for example; very useful.
This converts aptmethod's authfd from one FileFd to a vector of
pointers to FileFd, as FileFd cannot be copied, and move operators
are hard.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 99aedfd19..3dd6e0afc 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -399,6 +399,7 @@ Dir "<DIR>" Etc "<DIR>" { Main "<FILE>"; Netrc "<FILE>"; + NetrcParts "<DIR>"; Parts "<DIR>"; Preferences "<FILE>"; PreferencesParts "<DIR>"; |