From owner-freebsd-questions Tue Jan 28 19:18:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97E3437B401 for ; Tue, 28 Jan 2003 19:18:34 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8F743F85 for ; Tue, 28 Jan 2003 19:18:33 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b235.otenet.gr [212.205.244.243]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0T3IVRR009085; Wed, 29 Jan 2003 05:18:31 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0T3IV7k019644; Wed, 29 Jan 2003 05:18:31 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0T3IUAf019643; Wed, 29 Jan 2003 05:18:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 29 Jan 2003 05:18:30 +0200 From: Giorgos Keramidas To: Brian Henning Cc: freebsd Subject: Re: Fw: cvs Message-ID: <20030129031830.GE660@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-28 14:17, Brian Henning wrote: >On Tue, 28 Jan 2003, Brian Henning wrote: >> I am setting up a cvs server on my bsd box. So far i have >> enabled pserver in my /etc/initd.conf file. I have added a >> user called 'cvsuser' i have created a repository in >> /home/cvsroot i have pointed my CVSROOT variable to that >> cvsroot directory. when i enter the command >> cvs -d :pserver:cvsuser@localhost:/home/cvsroot login >> i can't get logged in because i don't have a password set in >> my passwd file. i created an empty one '/home/cvsroot/passwd' >> but, i don't know howto add users to it [...] > > Where can i find the passwd file that i should use? I assume that > you are talking about the shadowed password file. Nope. CVS doesn't use the system password database in :pserver: mode. For more details, you can always refer to % info '(cvs)' You will have to create the /home/cvsroot/CVSROOT/passwd file yourself. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message