diff options
author | asau <asau@pkgsrc.org> | 2013-11-15 10:11:47 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-11-15 10:11:47 +0000 |
commit | 8dd5a16c0bc4968d7706ab2fcd7a3911e1a02b9a (patch) | |
tree | caf59ec48917efd0a2b2c3c3962ae19544d791ce /doc/guide | |
parent | f31bd41507d69b2fdf6f4b7a78bea67a4fcc9959 (diff) | |
download | pkgsrc-8dd5a16c0bc4968d7706ab2fcd7a3911e1a02b9a.tar.gz |
Pass "-P" flag to CVS to avoid unnecessary surprises.
This way command is consistent with chapter on fetching.
(We should reference that chapter, actually.)
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/platforms.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 6cb2fae5e64..d0172d96d30 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.83 2013/08/22 13:54:51 ryoon Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.84 2013/11/15 10:11:47 asau Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -23,7 +23,7 @@ <para>Installing the bootstrap kit from source should be as simple as:</para> <screen> -&rprompt; <userinput>env CVS_RSH=ssh cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout pkgsrc</userinput> +&rprompt; <userinput>env CVS_RSH=ssh cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc</userinput> &rprompt; <userinput>cd pkgsrc/bootstrap</userinput> &rprompt; <userinput>./bootstrap</userinput> </screen> |