diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-10-16 15:36:28 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-10-16 15:36:28 +0200 |
commit | 592b78001c381f9cca6f20d8d1d47696bb98c0d1 (patch) | |
tree | a6c9a7d5f3015dbd3e168e90a37191aba3a532ac /doc/examples | |
parent | 364af2ef2aba2911b12379ec8b6e55874e4b0a31 (diff) |
port netrc support from maemon
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 5dc7b5246..3c236d7d9 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"; |