From 7e15443375875a15babd8bc35eeaef2785a06374 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 14 Nov 2005 15:30:36 +0000 Subject: * sources.list.d documented --- doc/sources.list.5.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index bde9893bf..9762005b0 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -46,6 +46,13 @@ by using a #. + sources.list.d + The /etc/apt/sources.list.d directory provides + a way to add sources.list entries in seperate files that end with + .list. The format is the same as for the regular + sources.list file. + + The deb and deb-src types The deb type describes a typical two-level Debian archive, distribution/component. Typically, -- cgit v1.2.3 From 7c6e2dc761f736bf203f7770f7a1c4a63f7063d4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 22 Nov 2005 22:11:06 +0000 Subject: * merged http download limit for apt (#146877) --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index a93b74349..9e851d753 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -117,6 +117,7 @@ Acquire No-Cache "false"; Max-Age "86400"; // 1 Day age on index files No-Store "false"; // Prevent the cache from storing archives + Dl-Limit "7"; // 7Kb/sec maximum download rate }; ftp -- cgit v1.2.3