summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guide.dbk2
-rw-r--r--doc/method.dbk2
-rw-r--r--doc/sources.list.5.xml12
-rwxr-xr-xdselect/setup2
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/guide.dbk b/doc/guide.dbk
index 477d300a7..f65771def 100644
--- a/doc/guide.dbk
+++ b/doc/guide.dbk
@@ -223,7 +223,7 @@ use packages on your CD-ROM before downloading from the Internet.
For example:
file:/mnt/debian,
- ftp://ftp.debian.org/debian,
+ ftp://ftp.example.org/debian,
http://ftp.de.debian.org/debian,
diff --git a/doc/method.dbk b/doc/method.dbk
index ea49c5b54..2ec1f3e3e 100644
--- a/doc/method.dbk
+++ b/doc/method.dbk
@@ -158,7 +158,7 @@ Some examples:
</para>
<screen>
file:/var/mirrors/debian/
-ftp://ftp.debian.org/debian
+ftp://ftp.example.org/debian
ftp://jgg:MooCow@localhost:21/debian
nfs://bigred/var/mirrors/debian
rsync://debian.midco.net/debian
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>
diff --git a/dselect/setup b/dselect/setup
index 58eecfcdc..c8cb93378 100755
--- a/dselect/setup
+++ b/dselect/setup
@@ -231,7 +231,7 @@ sub get_sources {
print "\n";
print " For example:\n";
print " file:/mnt/debian,\n";
- print " ftp://ftp.debian.org/debian,\n";
+ print " ftp://ftp.example.org/debian,\n";
print " http://ftp.de.debian.org/debian,\n";
# print " and the special mirror scheme,\n";
# print " mirror:http://www.debian.org/archivemirrors \n";