From bbfcc05c1978decd28df9681fd73e2a7d9a8c2a5 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 3 Dec 2018 17:39:03 +0100 Subject: 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. --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples') 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 "" Etc "" { Main ""; Netrc ""; + NetrcParts ""; Parts ""; Preferences ""; PreferencesParts ""; -- cgit v1.2.3