pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Pass "-P" flag to CVS to avoid unneces...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60c806588f3c
branches:  trunk
changeset: 626560:60c806588f3c
user:      asau <asau%pkgsrc.org@localhost>
date:      Fri Nov 15 10:11:47 2013 +0000

description:
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:

 doc/guide/files/platforms.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 732e3be30733 -r 60c806588f3c doc/guide/files/platforms.xml
--- a/doc/guide/files/platforms.xml     Fri Nov 15 08:55:25 2013 +0000
+++ b/doc/guide/files/platforms.xml     Fri Nov 15 10:11:47 2013 +0000
@@ -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@localhost:/cvsroot checkout pkgsrc</userinput>
+&rprompt; <userinput>env CVS_RSH=ssh cvs -d anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc</userinput>
 &rprompt; <userinput>cd pkgsrc/bootstrap</userinput>
 &rprompt; <userinput>./bootstrap</userinput>
     </screen>



Home | Main Index | Thread Index | Old Index