anoncvs.html diff for 4.4
jmc <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
here's a simple diff bumping the version numbers. if i'm jumping the gun and this is normally handled by someone else who normally handles this, feel free to ignore... Index: www/anoncvs.html =================================================================== RCS file: /cvs/www/anoncvs.html,v retrieving revision 1.288 diff -u -r1.288 anoncvs.html --- www/anoncvs.html 3 Oct 2008 12:58:14 -0000 1.288 +++ www/anoncvs.html 10 Nov 2008 18:46:12 -0000 @@ -205,12 +205,12 @@ specify a tag along with your command. Example: <pre> - # <b>cd /usr; cvs checkout -P -rOPENBSD_4_3 src</b> + # <b>cd /usr; cvs checkout -P -rOPENBSD_4_4 src</b> </pre> <p> -Or OPENBSD_4_2 for 4.2, etc. +Or OPENBSD_4_3 for 4.3, etc. -<p> The OPENBSD_4_3 tag contains the release sources and +<p> The OPENBSD_4_4 tag contains the release sources and errata already applied. <h3><a name="CVSROOT"><font color="#0000e0">Available Anonymous CVS Servers @@ -519,10 +519,10 @@ # <strong>cvs -qd [email protected]:/cvs get -P src</strong> </pre> -<p> (If you are following the patch branch for 4.3): +<p> (If you are following the patch branch for 4.4): <pre> # <strong>cd /usr</strong> - # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_3 -P src</strong> + # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_4 -P src</strong> </pre> <li> Anytime afterwards, to `update' this tree: @@ -532,10 +532,10 @@ # <strong>cvs -q up -Pd</strong> </pre> -<p> (If you are following the patch branch for 4.3): +<p> (If you are following the patch branch for 4.4): <pre> # <strong>cd /usr/src</strong> - # <strong>cvs -q up -rOPENBSD_4_3 -Pd</strong> + # <strong>cvs -q up -rOPENBSD_4_4 -Pd</strong> </pre> Every time you ran this it would synchronize your /usr/src tree. It would @@ -561,10 +561,10 @@ # <strong>cd /usr</strong> # <strong>cvs -qd [email protected]:/cvs get -P ports</strong> </pre> -<p> (If you are following the patch branch for 4.3): +<p> (If you are following the patch branch for 4.4): <pre> # <strong>cd /usr</strong> - # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_3 -P ports</strong> + # <strong>cvs -qd [email protected]:/cvs get -rOPENBSD_4_4 -P ports</strong> </pre> <li> Anytime afterwards, to `update' this tree: <p> (If you are following <i>current</i>): @@ -572,10 +572,10 @@ # <strong>cd /usr/ports</strong> # <strong>cvs -q up -Pd</strong> </pre> -<p> (If you are following the patch branch for 4.3): +<p> (If you are following the patch branch for 4.4): <pre> # <strong>cd /usr/ports</strong> - # <strong>cvs -q up -rOPENBSD_4_3 -Pd</strong> + # <strong>cvs -q up -rOPENBSD_4_4 -Pd</strong> </pre> </ul>