FAQ Maintainers: This Q really ought to go into the FAQ, no?

Annette: You need to create a file called cvspserver in /etc/xinetd.d
(do "man xinetd.conf" for explanation of options)
here is my cvspserver file:
service cvspserver
{
   socket_type         = stream
   protocol            = tcp
   wait                = no
   user                = root
   passenv             =
   group               = cvsroot
   only_from           = 192.168.200.0
   log_type            = FILE /var/log/xinetdlog
   server              = /usr/bin/cvs
   server_args         = -f --allow-root=/home/cvsroot pserver
   log_on_success     += USERID DURATION
   log_on_failure     += HOST USERID
   disable             = no
}

You must have this in /etc/services
cvspserver      2401/tcp                        # CVS client/server operations
cvspserver      2401/udp                        # CVS client/server operations

At 03:01 PM 2/20/2001 -0800, Annette Waters wrote:
>Hello!
>I just installed Linux 7 on a dell poweredge.
>I need to set my pserver up and I was wondering if anyone knows the
>equivalent to the inetd.conf line
>cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/home/cvs
>--allow-root=/home/cvs_doc pserver
>in the xinetd file on Linux 7?
>
>Thanks much
>
>_______________________________________________
>Info-cvs mailing list
>[EMAIL PROTECTED]
>http://mail.gnu.org/mailman/listinfo/info-cvs


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

Reply via email to