I disagree with this. It is not source code, and it is not required for building the tree. That is the purpose of those web pages.
Christoph R. Winter <[email protected]> wrote: > Hello ! > > Here is a diff for anoncvs.html and faq5.html to add the www tree in the text. > At the beginning of anoncvs.html are all 4 trees listet but not in the text. > I think that should also be done in the text. Beside that, the prefered way > to fix something at the website is to send a diff and so this is explained > there too. > > Regards, > > > Christoph > > > Index: anoncvs.html > =================================================================== > RCS file: /cvs/www/anoncvs.html,v > retrieving revision 1.494 > diff -u -p -r1.494 anoncvs.html > --- anoncvs.html 1 Jun 2019 23:12:47 -0000 1.494 > +++ anoncvs.html 10 Aug 2019 17:09:23 -0000 > @@ -202,13 +202,13 @@ $ <b>cd /usr/src</b> > $ <b>cvs -d [email protected]:/cvs -q up -Pd</b> > </pre> > > -<h4>Getting the ports and xenocara trees</h4> > +<h4>Getting the ports xenocara and www trees</h4> > > <p> > Make sure your user is member of the <code>wsrc</code> group and that > <code>/usr/ports</code> is group writable by <code>wsrc</code>. > -Replace <kbd>ports</kbd> with <kbd>xenocara</kbd> throughout to get or > update a > -xenocara tree. > +Replace <kbd>ports</kbd> with <kbd>xenocara</kbd> or <kbd>www</kbd> > +throughout to get or update a xenocara or www tree. > > <ul><li> > > Index: faq/faq5.html > =================================================================== > RCS file: /cvs/www/faq/faq5.html,v > retrieving revision 1.322 > diff -u -p -r1.322 faq5.html > --- faq/faq5.html 28 May 2019 01:53:10 -0000 1.322 > +++ faq/faq5.html 10 Aug 2019 17:09:24 -0000 > @@ -135,14 +135,14 @@ to use <a href="https://man.openbsd.org/ > This change takes effect with exampleuser's next login. > > <p> > -If you want to fetch xenocara or ports as this user, you must create the > -directories and set their permissions manually. > +If you want to fetch xenocara or ports or www as this user, you must create > +the directories and set their permissions manually. > > <pre class="cmdbox"> > # <b>cd /usr</b> > -# <b>mkdir -p xenocara ports</b> > -# <b>chgrp wsrc xenocara ports</b> > -# <b>chmod 775 xenocara ports</b> > +# <b>mkdir -p xenocara ports www</b> > +# <b>chgrp wsrc xenocara ports www</b> > +# <b>chmod 775 xenocara ports www</b> > </pre> > > <h4>Fetching -stable</h4> > @@ -162,8 +162,8 @@ $ <b>cd /usr/src</b> > $ <b>cvs -q up -Pd -rOPENBSD_6_5</b> > </pre> > > -Replace <code>src</code> with <code>xenocara</code> or <code>ports</code> > -as appropriate. > +Replace <code>src</code> with <code>xenocara</code> or <code>ports</code> or > +<code>www</code> as appropriate. > As all parts of OpenBSD must be kept in sync, all the trees you use should be > checked out and updated at the same time. > > @@ -184,7 +184,7 @@ $ <b>cvs -q up -Pd -A</b> > </pre> > > Replace <code>src</code> with the module you want, such as > <code>xenocara</code> > -or <code>ports</code>. > +or <code>ports</code> or <code>www</code>. > > <h3>Building OpenBSD</h3> >
