]> git.saurik.com Git - apt.git/commitdiff
Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid
authorMichael Vogt <mvo@debian.org>
Tue, 10 Jun 2014 12:49:58 +0000 (14:49 +0200)
committerMichael Vogt <mvo@debian.org>
Tue, 10 Jun 2014 12:49:58 +0000 (14:49 +0200)
1  2 
cmdline/apt.cc

diff --combined cmdline/apt.cc
index 72086af14a97779c1fc3cded2036248e0f56519d,8a6f96aea8229e8933e1cb9a9c18a1d1535d17bf..2cfdf8e8e4e046da431f911bc14fb1ee3567cddf
@@@ -96,10 -96,6 +96,10 @@@ int main(int argc, const char *argv[]
  
     std::vector<CommandLine::Args> Args = getCommandArgs("apt", CommandLine::GetCommand(Cmds, argc, argv));
  
 +   // Init the signals
 +   InitSignals();
 +
 +   // Init the output
     InitOutput();
  
     // Set up gettext support
     _config->CndSet("DPkg::Progress-Fancy", "1");
     _config->CndSet("Apt::Color", "1");
     _config->CndSet("APT::Get::Upgrade-Allow-New", true);
+    _config->CndSet("APT::Cmd::Show-Update-Stats", true);
  
     // Parse the command line and initialize the package library
     CommandLine CmdL(Args.data(), _config);