Ver código fonte

* merged from dpkg-log

Michael Vogt 19 anos atrás
pai
commit
a176a0794d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      apt-pkg/init.cc

+ 1 - 1
apt-pkg/init.cc

@@ -72,7 +72,7 @@ bool pkgInitConfig(Configuration &Cnf)
 
    // State   
    Cnf.Set("Dir::Log","var/log/apt");
-   Cnf.Set("Dir::Log::Name","term.log");
+   Cnf.Set("Dir::Log::Terminal","term.log");
    
    bool Res = true;