summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:35 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:35 +0000
commit7d8afa391c5cd04e797a2b41fe3b946631254995 (patch)
tree3b2eeb405474531270951c1c17ae6bba016dbd16 /doc
parentf7a08e33bc039e967bf38c2ef78cbb7cd7bb658d (diff)
Retry support
Author: jgg Date: 1999-01-30 08:08:54 GMT Retry support
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.yo4
-rw-r--r--doc/examples/apt.conf4
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/apt.conf.5.yo b/doc/apt.conf.5.yo
index 1488cc742..2eb2bbf45 100644
--- a/doc/apt.conf.5.yo
+++ b/doc/apt.conf.5.yo
@@ -72,6 +72,10 @@ determins how APT parallelizes outgoing connections. bf(host) means that
one connection per target host will be opened, bf(access) means that one
connection per URI type will be opened.
+dit(bf(Retries))
+Number of retries to perform. If this is non-zero apt will retry failed
+files the given number of times.
+
dit(bf(http))
HTTP URIs; http::Proxy is the default http proxy to use. It is in the standard
form of em(http://[[user][:pass]@]host[:port]/). Per host proxies can also
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 57292b8fc..68b896e42 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.19 1998/12/14 04:00:34 jgg Exp $
+// $Id: apt.conf,v 1.20 1999/01/30 08:08:54 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.
@@ -29,6 +29,7 @@ APT {
Fix-Missing "false";
Show-Upgraded "false";
No-Upgrade "false";
+ Print-URIs "false";
};
Cache {
@@ -50,6 +51,7 @@ APT {
Acquire
{
Queue-Mode "host"; // host|access
+ Retry "false";
// HTTP method configuration
http