]> git.saurik.com Git - apt.git/commitdiff
enable DPkg::Progress-Fancy by default
authorMichael Vogt <mvo@ubuntu.com>
Tue, 1 Apr 2014 10:21:34 +0000 (12:21 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 1 Apr 2014 10:21:34 +0000 (12:21 +0200)
cmdline/apt.cc

index 5dbf868d79da83af354c9b5ea540c7453027b40d..778ca5a80d6ed1cef4251d61a4207e78119a5a4d 100644 (file)
@@ -109,7 +109,7 @@ int main(int argc, const char *argv[])                                      /*{{{*/
     }
 
     // some different defaults
     }
 
     // some different defaults
-   _config->CndSet("DPkgPM::Progress", "1");
+   _config->CndSet("DPkg::Progress-Fancy", "1");
    _config->CndSet("Apt::Color", "1");
    _config->CndSet("APT::Get::Upgrade-Allow-New", true);
 
    _config->CndSet("Apt::Color", "1");
    _config->CndSet("APT::Get::Upgrade-Allow-New", true);