diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-22 23:43:00 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-22 23:43:00 +0000 |
commit | 8e3cada3fd00cc2b1a78862ae294ab7d74dedbf2 (patch) | |
tree | c6d29d85fb83bfe37aa6e3a47fa6c7c6ae4cf1da /build/entities/l10n | |
parent | 7de2fdc672f1aeef30d3563820ab7fc6fbba571a (diff) | |
download | installation-guide-8e3cada3fd00cc2b1a78862ae294ab7d74dedbf2.zip |
Fix Dutch mirror and add comment in README to prevent others from making the same mistake
Diffstat (limited to 'build/entities/l10n')
-rw-r--r-- | build/entities/l10n/README | 1 | ||||
-rw-r--r-- | build/entities/l10n/nl.ent | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/entities/l10n/README b/build/entities/l10n/README index 1d64435cf..6513018e0 100644 --- a/build/entities/l10n/README +++ b/build/entities/l10n/README @@ -54,6 +54,7 @@ Some other entities can be localized as well. The default value is http.us.debian.org (see ../urls.ent). You can replace that by a closer mirror, but make sure that you only use a mirror that carries *all* architectures! + Note that most mirrors are called _ftp_.<country>.debian.org. Non-translatable entities ========================= diff --git a/build/entities/l10n/nl.ent b/build/entities/l10n/nl.ent index 4f068339f..51ad145e8 100644 --- a/build/entities/l10n/nl.ent +++ b/build/entities/l10n/nl.ent @@ -1,4 +1,4 @@ <!ENTITY MSG-YES "<userinput>Ja</userinput>"> <!ENTITY MSG-NO "<userinput>Nee</userinput>"> -<!ENTITY archive-mirror "http.nl.debian.org"> +<!ENTITY archive-mirror "ftp.nl.debian.org"> |