]> git.saurik.com Git - apt.git/commitdiff
* merged from dpkg-log
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 3 Aug 2007 13:02:26 +0000 (15:02 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 3 Aug 2007 13:02:26 +0000 (15:02 +0200)
apt-pkg/init.cc

index d68ec71ef3a2ae343f25a8860dd4acfea007dac8..73b3c83decd5ab544bd4a5d00b02998975c41ebf 100644 (file)
@@ -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;