=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.460 retrieving revision 1.461 diff -c -r1.460 -r1.461 *** www/anoncvs.html 2016/09/03 03:25:09 1.460 --- www/anoncvs.html 2016/09/06 06:21:41 1.461 *************** *** 527,536 **** !

! Note: If your server is listed on here with inaccurate or ! unknown information, please contact ! beck@openbsd.org

You may want to use --- 527,534 ---- ! If your server is listed on here with inaccurate or unknown information, please ! contact beck@openbsd.org.

You may want to use *************** *** 543,583 **** If local policy prevents outgoing connections to ssh's default port of 22, some servers permit connections on an alternative port (typically 2022). These are noted in the list above. ! To use a different port, reconfigure your ssh client by adding a "Host" ! entry to $HOME/.ssh/config, e.g.: !

!        Host anoncvs.ca.openbsd.org
!            Port 2022
! 
!

Setting up an anoncvs mirror

!

! If you wish to set up a new anoncvs mirror site and make it available to ! the general public, please contact the anoncvs maintainer. ! Anoncvs mirrors currently require about 6GB of disk (and it will grow!), ! and use up to 64MB of swap ! per anoncvs user (assuming the user does a large operation; while smaller ! operations use fewer resources, anoncvs still makes much more of an ! impact than ftp). Such anoncvs machines should have excellent ! network connectivity for the area they are expected to serve. A ! document ! which describes the setup of anoncvs servers is available. !

Final notes

! After upgrading your source tree, you should read the comments ! at the top of /usr/src/Makefile before attempting ! a build. Also, you should build a new kernel before ! doing a make build if possible. In some cases it may be ! necessary to rebuild and install the config utility before ! you can build the kernel. If config GENERIC fails this ! is probably the case.

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 ! that are often not obvious. Therefore, it is suggested that you first ! install the latest snapshot before attempting a tree build from source. --- 541,583 ---- If local policy prevents outgoing connections to ssh's default port of 22, some servers permit connections on an alternative port (typically 2022). These are noted in the list above. ! To use a different port, reconfigure your ssh client by adding a Host ! entry to $HOME/.ssh/config, e.g.: !

! Host anoncvs.ca.openbsd.org
!     Port 2022
! 
!

Setting up an anoncvs mirror

! If you wish to set up a new anoncvs mirror site and make it available to the ! general public, please contact the anoncvs maintainer. ! Anoncvs mirrors currently require about 6GB of disk (and it will grow!), and use ! up to 64MB of swap per anoncvs user (assuming the user does a large operation; ! while smaller operations use fewer resources, anoncvs still makes much more of ! an impact than ftp). ! Such anoncvs machines should have excellent network connectivity for the area ! they are expected to serve. ! A document which describes the setup of anoncvs ! servers is available. !

Final notes

! ! After upgrading your source tree, you should read the comments at the top of ! /usr/src/Makefile before attempting a build. ! Also, you should build a new kernel before doing a make build ! if possible. ! In some cases it may be necessary to rebuild and install the config ! utility before you can build the kernel. ! If config GENERIC fails this is probably the case. !

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 ! that are often not obvious. ! Therefore, it is suggested that you first install the latest snapshot before ! attempting a tree build from source.