diff options
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 2fd962c7f..4371c2b56 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.8 1998/11/04 23:22:24 jgg Exp $ +// $Id: apt.conf,v 1.9 1998/11/05 07:21:46 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -37,10 +37,10 @@ Acquire { Queue-Mode "access"; // host|access - http +/* http { Proxy "http://127.0.0.1:3128"; - }; + };*/ }; // Directory layout |