you will need the following (what I use)

------snip---------
# default: on
# description: The cvspserver provides support for cvs network connections \
#       unencrypted username/password pairs for authentication.
service cvspserver
{
        flags           = REUSE
        socket_type     = stream       
        wait            = no
        user            = root
        passenv         = PATH
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/cvssrc/main/cvsroot pserver
        log_on_failure  += USERID
}
----- snip ------

placed in

/etc/xinetd.d/cvspserver

and then run

/etc/rc.d/init.d/xinetd restart

I'm sure you'll find this in the manual.

G

[EMAIL PROTECTED] wrote:

>hi all,
>  i am really fed up of trying all possible ways to start that pserver, i 
>am been scanning each and every mail to get a clue/hint to start that server.
>  can any one of u list down the correct steps for the same. i am using
>linux redhat 7.2 and has cvs already installed 
>"Concurrent Versions System (CVS) 1.11.1p1 (client/server)"
>
>THANKS A LOT in advance.
>
>
>
>
>---------------------------------------------------------
>This message sent using EMUmail -- http://www.emumail.com
>---------------------------------------------------------
>
>Jumping through hoops to get E-mail on the road? 
>You've got two choices: Join the circus, or use MollyMail.
>
>Molly Mail -- http://www.mollymail.com
>
>
>
>_______________________________________________
>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