diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 10:25:34 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-18 10:25:34 +0100 |
commit | 9169c8714c7f6f7126a8d87265897d510e5422f3 (patch) | |
tree | a935bb719c789a1f2d039d17f3dc91091f2684b2 /apt-pkg/init.cc | |
parent | a0895a74fe95997a5d75e5b54c95afb9594554f6 (diff) |
add /var/log/apt/history.log file
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r-- | apt-pkg/init.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index a54c09a36..2544b8025 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -74,6 +74,7 @@ bool pkgInitConfig(Configuration &Cnf) // State Cnf.Set("Dir::Log","var/log/apt"); Cnf.Set("Dir::Log::Terminal","term.log"); + Cnf.Set("Dir::Log::History","history.log"); // Translation Cnf.Set("APT::Acquire::Translation", "environment"); |