info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xinetd.conf


From: P.V.Sridhar Reddy
Subject: Re: xinetd.conf
Date: Fri, 14 Sep 2001 10:11:38 +0530

hi,

open a file named cvs in xinetd.d directory and add following lines:

service cvspserver
{
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/usr/local/repos pserver
        disable         = no
}

where cvspserver is the defined /etc/services file as an alias for the cvs 
port. and in place of "/usr/local/repos" substitute ur own CVSROOT. save this 
file and restart xinetd. (/etc/rc.d/init.d/xinetd restart)

Hope this helps u.

bye



On Thursday 13 September 2001 07:37 pm, you wrote:
> Xinetd.conf has on multiple lines between curly braces a set of defaults.
> Yet instructions for getting pserver to work all say you have to put these
> values on ONE LINE.
>
> Looking at other services in directory xinetd.d: service definitions follow
> the pattern of xinetd.d, i.e., server server_name, curly brace,
> definitions, close brace.
>
> Are there instructions for getting cvspserver to work on rh7.1? Why doesn't
> cvs work for those who are mere mortals? why isn't root equiv to god? would
> someone assist me?
>
> love and exasperation,
>
> vora
>
>
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs

-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]