[BACK]Return to anoncvs.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/anoncvs.html between version 1.460 and 1.461

version 1.460, 2016/09/03 03:25:09 version 1.461, 2016/09/06 06:21:41
Line 527 
Line 527 
   
 </ul>  </ul>
   
 <p>  If your server is listed on here with inaccurate or unknown information, please
 <em>Note:</em> If your server is listed on here with inaccurate or  contact <a href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>.
 unknown information, please contact  
 <a href="mailto:beck@openbsd.org"><tt>beck@openbsd.org</tt></a>  
   
 <p>  <p>
 You may want to use  You may want to use
Line 543 
Line 541 
 If local policy prevents outgoing connections to ssh's default port of 22,  If local policy prevents outgoing connections to ssh's default port of 22,
 some servers permit connections on an alternative port (typically 2022).  some servers permit connections on an alternative port (typically 2022).
 These are noted in the list above.  These are noted in the list above.
 To use a different port, reconfigure your ssh client by adding a "Host"  To use a different port, reconfigure your ssh client by adding a <tt>Host</tt>
 entry to <b>$HOME/.ssh/config</b>, e.g.:  entry to <tt>$HOME/.ssh/config</tt>, e.g.:
 <pre>  <blockquote><pre>
        Host anoncvs.ca.openbsd.org  Host anoncvs.ca.openbsd.org
            Port 2022      Port 2022
 </pre>  </pre></blockquote>
   
 <h3 id="MIRROR"><font color="#0000e0">Setting up an anoncvs mirror</font></h3>  <h3 id="MIRROR">Setting up an anoncvs mirror</h3>
   
 <p>  If you wish to set up a new anoncvs mirror site and make it available to the
 If you wish to set up a new anoncvs mirror site and make it available to  general public, please contact the anoncvs
 the general public, please contact the anoncvs  
 <a href="mailto:sup@openbsd.org">maintainer</a>.  <a href="mailto:sup@openbsd.org">maintainer</a>.
 Anoncvs mirrors currently require about 6GB of disk (and it will grow!),  Anoncvs mirrors currently require about 6GB of disk (and it will grow!), and use
 and use up to 64MB of swap  up to 64MB of swap per anoncvs user (assuming the user does a large operation;
 per anoncvs user (assuming the user does a large operation; while smaller  while smaller operations use fewer resources, anoncvs still makes much more of
 operations use fewer resources, anoncvs still makes much more of an  an impact than ftp).
 impact than ftp).  Such anoncvs machines should have excellent  Such anoncvs machines should have excellent network connectivity for the area
 network connectivity for the area they are expected to serve.  A  they are expected to serve.
 <a href="anoncvs.shar">document</a>  A <a href="anoncvs.shar">document</a> which describes the setup of anoncvs
 which describes the setup of anoncvs servers is available.  servers is available.
   
 <h3 id="NOTES"><font color="#0000e0">Final notes</font></h3>  <h3 id="NOTES">Final notes</h3>
 After upgrading your source tree, you should read the comments  
 at the top of <kbd>/usr/src/Makefile</kbd> before attempting  After upgrading your source tree, you should read the comments at the top of
 a build.  Also, you should build a new kernel <b>before</b>  <tt>/usr/src/Makefile</tt> before attempting a build.
 doing a <kbd>make build</kbd> if possible.  In some cases it may be  Also, you should build a new kernel <b>before</b> doing a <tt>make build</tt>
 necessary to rebuild and install the <kbd>config</kbd> utility before  if possible.
 you can build the kernel.  If <kbd>config GENERIC</kbd> fails this  In some cases it may be necessary to rebuild and install the <tt>config</tt>
 is probably the case.  utility before you can build the kernel.
   If <tt>config GENERIC</tt> fails this is probably the case.
   
 <p>  <p>
 It is important to note that upgrading from a release to the current tree  It is important to note that upgrading from a release to the current tree
 by rebuilding the sources can be rather difficult due to dependencies  by rebuilding the sources can be rather difficult due to dependencies
 that are often not obvious.  Therefore, it is suggested that you first  that are often not obvious.
 install the latest snapshot before attempting a tree build from source.  Therefore, it is suggested that you first install the latest snapshot before
   attempting a tree build from source.
   
 </body>  </body>
 </html>  </html>

Legend:
Removed from v.1.460  
changed lines
  Added in v.1.461