Amit Bakhru writes:
> 
> I have made a file in directory /etc/xinetd.d in the name cvspserver,
> for entering details of server, but i am still not able to connect the
> server.
> Can you just guide me what should be the contents of this file
> cvspserver.OR Where can i get documentation for configuring pserver on
> Linux 7.0

service cvspserver
{
   port        = 2401
   socket_type = stream
   protocol    = tcp
   wait        = no
   user        = root
   passenv     = PATH
   server      = /usr/local/bin/cvs
   server_args = -f --allow-root=/usr/cvsroot pserver
}

Make sure that "server" has the correct path to CVS on your system and
that the "--allow-root=" option in "server_args" has the correct path to
your repository.  If you still have problems, see:

http://cvshome.org/docs/manual/cvs_21.html#SEC182

-Larry Jones

This sounds suspiciously like one of Dad's plots to build my character.
-- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to