diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-01-01 13:28:47 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-01-01 13:28:47 +0000 |
| commit | 813a76d640272fe259ad13ddefa66ca5846ccfec (patch) | |
| tree | 2b340ab94afd5c00a2acf03c2b61d9637d45fab8 /doc/sources.list.5.xml | |
| parent | 6e7c7075f39d6430fb948950322b0801b660c9ea (diff) | |
| parent | bb67ff79e03eec05429fa4d7562813d18080e829 (diff) | |
Merge branch 'pu/obsolete-ftp' into 'main'
Cleanup non-US and ftp references from code and documentation
See merge request apt-team/apt!231
Diffstat (limited to 'doc/sources.list.5.xml')
| -rw-r--r-- | doc/sources.list.5.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 454f00871..f221cb20e 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -577,21 +577,21 @@ URIs: http://archive.debian.org/debian-archive Suites: hamm Components: main</literallayout> - <para>Uses FTP to access the archive at ftp.debian.org, under the debian + <para>Uses FTP to access the archive at ftp.example.org, under the debian directory, and uses only the &debian-stable-codename;/contrib area.</para> - <literallayout>deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib</literallayout> + <literallayout>deb ftp://ftp.example.org/debian &debian-stable-codename; contrib</literallayout> <literallayout>Types: deb -URIs: ftp://ftp.debian.org/debian +URIs: ftp://ftp.example.org/debian Suites: &debian-stable-codename; Components: contrib</literallayout> - <para>Uses FTP to access the archive at ftp.debian.org, under the debian + <para>Uses FTP to access the archive at ftp.example.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.debian.org/debian unstable contrib</literallayout> + <literallayout>deb ftp://ftp.example.org/debian unstable contrib</literallayout> <literallayout>Types: deb -URIs: ftp://ftp.debian.org/debian +URIs: ftp://ftp.example.org/debian Suites: unstable Components: contrib</literallayout> |
