summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2025-01-05 18:12:45 +0000
committerDavid Kalnischkies <david@kalnischkies.de>2025-01-05 22:16:09 +0000
commitaa4c681f09f06359c0892329b9e39da77e4f9fda (patch)
tree96cf13db035e3057850fda55052a15570a9c0b07 /doc/sources.list.5.xml
parent213486fc1b9fc0675a35b5c530447b401f9410ff (diff)
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.
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r--doc/sources.list.5.xml14
1 files changed, 7 insertions, 7 deletions
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</literallayout>
- <para>Uses FTP to access the archive at ftp.example.org, under the debian
+ <para>Uses HTTPS to access the archive at deb.debian.org, under the debian
directory, and uses only the &debian-stable-codename;/contrib area.</para>
- <literallayout>deb ftp://ftp.example.org/debian &debian-stable-codename; contrib</literallayout>
+ <literallayout>deb https://deb.debian.org/debian &debian-stable-codename; contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.example.org/debian
+URIs: https://deb.debian.org/debian
Suites: &debian-stable-codename;
Components: contrib</literallayout>
- <para>Uses FTP to access the archive at ftp.example.org, under the debian
+ <para>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 <filename>sources.list</filename>
- a single FTP session will be used for both resource lines.</para>
- <literallayout>deb ftp://ftp.example.org/debian unstable contrib</literallayout>
+ a single HTTPS session will be used for both resource lines.</para>
+ <literallayout>deb https://deb.debian.org/debian unstable contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.example.org/debian
+URIs: https://deb.debian.org/debian
Suites: unstable
Components: contrib</literallayout>