From 2ac3eeb60e9ea171cee7a05a02424e61fe50d400 Mon Sep 17 00:00:00 2001
From: Michael Vogt <michael.vogt@ubuntu.com>
Date: Thu, 30 Mar 2006 10:38:14 +0200
Subject: * make the code follow the apt coding standards better * change the
 location to turn off pdiff (APT::PDiff=false)

---
 doc/examples/configure-index | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'doc/examples/configure-index')

diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index dee0c06ff..965a09759 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -99,6 +99,8 @@ Acquire
   Queue-Mode "host";       // host|access
   Retries "0";
   Source-Symlinks "true";
+
+  PDiffs "true";     // try to get the IndexFile diffs
   
   // HTTP method configuration
   http 
-- 
cgit v1.2.3