On 24/02/2008, Chris Smith <[EMAIL PROTECTED]> wrote: > All of a sudden when using cvs (via ssh) to update the src tree > (following the instructions on http://openbsd.org/faq/faq5.html#Bld) I > am prompted for a password. Several different mirrors same issue.
anoncvs.ca.openbsd.org is being rebuild, and currently asks for password. You probably have it hardcoded into CVS/Root files, and so it may be used regardless of the server you specify in CVSROOT. > What to do? find /usr/src -path "*/CVS/Root" -exec rm {} \; C.