summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-04-01 12:21:34 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-04-01 12:21:34 +0200
commit8bc31a93c391eaa31864534553348870901d2dd9 (patch)
tree46fdfbf6ad8fb7de5da2c0f2e7138da010acb329
parent355a960dd8bfbe2606be95d38aafd6bc0675d76f (diff)
enable DPkg::Progress-Fancy by default
-rw-r--r--cmdline/apt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index 5dbf868d7..778ca5a80 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -109,7 +109,7 @@ int main(int argc, const char *argv[]) /*{{{*/
}
// 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);