summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 11:21:19 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 11:21:19 +0200
commit8da1f029b7544202da68100b22a2901809bf07af (patch)
tree818203202d4329bc3953304928abcaf1337a9fae /doc/examples
parentb30aa0ec229b851b25ea07c758283f502a3f2cba (diff)
* doc/examples/configure-index:
- updated Dir::Log::Terminal * apt-pkg/deb/dpkgpm.cc: - make the terminal log optional - rename Dir::Log::Name to Dir::Log::Terminal
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/configure-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 0bf407a4d..4c730795d 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -230,7 +230,7 @@ Dir "/"
// Location of the logfile
Log "var/log/apt" {
- Name "term.log";
+ Terminal "term.log";
};
};