]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
fix the backport of the https methods as they would require an ABI break
[apt.git] / apt-pkg / init.cc
index 15efb1a3d58b708518a6cd78daa5cdeaa43b48a9..a54c09a3613d2c7edaa7f54fb6c6f12a94b9f61e 100644 (file)
@@ -65,6 +65,7 @@ bool pkgInitConfig(Configuration &Cnf)
    Cnf.Set("Dir::Etc::vendorlist","vendors.list");
    Cnf.Set("Dir::Etc::vendorparts","vendors.list.d");
    Cnf.Set("Dir::Etc::main","apt.conf");
+   Cnf.Set("Dir::ETc::netrc", "auth.conf");
    Cnf.Set("Dir::Etc::parts","apt.conf.d");
    Cnf.Set("Dir::Etc::preferences","preferences");
    Cnf.Set("Dir::Etc::preferencesparts","preferences.d");