diff options
author | asau <asau@pkgsrc.org> | 2012-02-02 00:39:23 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-02-02 00:39:23 +0000 |
commit | 20b3b4bcc8038a040b8395d53c054257db9fb3c8 (patch) | |
tree | e7abd915b42b57b33f9c4cf6c27979fd8ea35dec /doc/guide | |
parent | e60fe469c494c1258ed1fd4b73da06c106335101 (diff) | |
download | pkgsrc-20b3b4bcc8038a040b8395d53c054257db9fb3c8.tar.gz |
Provide link to list of CVS mirrors.
From Snader_LB via IRC.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/getting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml index b01ad3bd8ce..b0f8076e725 100644 --- a/doc/guide/files/getting.xml +++ b/doc/guide/files/getting.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: getting.xml,v 1.28 2011/06/02 06:45:49 asau Exp $ --> +<!-- $NetBSD: getting.xml,v 1.29 2012/02/02 00:39:23 asau Exp $ --> <chapter id="getting"> <title>Where to get pkgsrc and how to keep it up-to-date</title> @@ -91,7 +91,7 @@ and dashes.</para> <screen>&uprompt; <userinput>cd /usr && cvs -q -z3 -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc</userinput> </screen> - <para>Refer to <ulink url="http://NetBSD.org/FIXME">list of available CVS mirrors</ulink> to choose faster one.</para> + <para>Refer to the <ulink url="http://www.NetBSD.org/mirrors/">list of available mirrors</ulink> to choose a faster CVS mirror, if needed.</para> <!-- FIXME: All this CVS magic should move into appendix or so. --> <para>If you get error messages from <literal>rsh</literal>, you need to set CVS_RSH variable. E.g.:</para> |