summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-02-09 12:02:18 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-02-09 12:02:18 +0000
commit8a3642bdee1506ba77e3a6051aa498950a2e151f (patch)
tree2dc650ab66ff98b42d36d416bedc2136654b92bf /doc/examples
parentec048f63365407f01766ef218165280cee805f1a (diff)
parentaf45f087e2a08534d1df8ec481d2688d0fbafe7b (diff)
* merge with matts tree, added documentation for the gpgv stuff
Patches applied: * apt@packages.debian.org/apt--main--0--patch-59 Open 0.6.32 * apt@packages.debian.org/apt--main--0--patch-60 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-61 Add missing whitespace in new Debug::Acquire::gpgv output
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/configure-index8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 7cb29f082..c834c49d5 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -72,6 +72,11 @@ APT
NoAct "false";
};
+ GPGV
+ {
+ TrustedKeyring "/etc/apt/trusted.gpg";
+ };
+
// Some general options
Ignore-Hold "false";
Clean-Installed "true";
@@ -171,6 +176,7 @@ Dir "/"
Bin {
methods "/usr/lib/apt/methods/";
gzip "/bin/gzip";
+ gpg "/usr/bin/gpgv";
dpkg "/usr/bin/dpkg";
dpkg-source "/usr/bin/dpkg-source";
dpkg-buildpackage "/usr/bin/dpkg-buildpackage"
@@ -229,8 +235,10 @@ Debug
NoLocking "false";
Acquire::Ftp "false"; // Show ftp command traffic
Acquire::Http "false"; // Show http command traffic
+ Acquire::gpgv "false"; // Show the gpgv traffic
aptcdrom "false"; // Show found package files
IdentCdrom "false";
+
}
/* Whatever you do, do not use this configuration file!! Take out ONLY