From aa4c681f09f06359c0892329b9e39da77e4f9fda Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 5 Jan 2025 18:12:45 +0000 Subject: Change multi sources.list entry example from FTP to HTTPS As the FTP method is dropped it is probably better to use an example that actually works. We use https here as that requires no other text changes as there is a HTTPS session to reuse similar to FTP usage ~ that is the case for our HTTP, too, but the concept of a session isn't usually known there and servers who close the connection after every request are more common. --- doc/sources.list.5.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/sources.list.5.xml') diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 5d27ae005..23adacefe 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -553,21 +553,21 @@ URIs: http://archive.debian.org/debian-archive Suites: hamm Components: main - Uses FTP to access the archive at ftp.example.org, under the debian + Uses HTTPS to access the archive at deb.debian.org, under the debian directory, and uses only the &debian-stable-codename;/contrib area. - deb ftp://ftp.example.org/debian &debian-stable-codename; contrib + deb https://deb.debian.org/debian &debian-stable-codename; contrib Types: deb -URIs: ftp://ftp.example.org/debian +URIs: https://deb.debian.org/debian Suites: &debian-stable-codename; Components: contrib - Uses FTP to access the archive at ftp.example.org, under the debian + Uses HTTPS to access the archive at deb.debian.org, under the debian directory, and uses only the unstable/contrib area. If this line appears as well as the one in the previous example in sources.list - a single FTP session will be used for both resource lines. - deb ftp://ftp.example.org/debian unstable contrib + a single HTTPS session will be used for both resource lines. + deb https://deb.debian.org/debian unstable contrib Types: deb -URIs: ftp://ftp.example.org/debian +URIs: https://deb.debian.org/debian Suites: unstable Components: contrib -- cgit v1.2.3-70-g09d2