diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-23 17:45:11 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-23 17:45:11 +0000 |
commit | 5d4aff08accfd096d50d99a24df1437a2fa41c8d (patch) | |
tree | 91a32f98ede58acdb870e4d88a6549643c786ec8 /doc | |
parent | bdcf3b49360a353381e981d1918fc300c559948a (diff) |
* merged the trust-cdrom branch
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--base-0
tag of apt@packages.debian.org/apt--main--0--patch-79
* michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-1
* implemented "TrustCDROM" mode
* michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-2
* added APT::Authentication::TrustCDROM to the configure-index
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index dee0c06ff..a93b74349 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -72,6 +72,11 @@ APT NoAct "false"; }; + Authentication + { + TrustCDROM "false"; // consider the CDROM always trusted + }; + GPGV { TrustedKeyring "/etc/apt/trusted.gpg"; |