diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 11:34:45 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2024-12-28 13:20:50 +0100 |
| commit | 54cb371c19c71cb4ac319fe7566924303379ce63 (patch) | |
| tree | e5c1f158e5566649cb1629524f29d30cb23dfb9b /dselect | |
| parent | 1fa64892e4d54cd52fac731e646cc3d13382fb5a (diff) | |
Remove obsolete references to ftp://ftp.debian.org
Although Debian does not support FTP, this might still be used by other
organizations, or local users, so replaced these instances with an
example.org URL.
Ref: https://lists.debian.org/debian-announce/2017/msg00001.html
Diffstat (limited to 'dselect')
| -rwxr-xr-x | dselect/setup | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
