info-cvs
[Top][All Lists]
Advanced

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

Re: where is inetd.conf?


From: Gianni Mariani
Subject: Re: where is inetd.conf?
Date: Sun, 24 Mar 2002 19:58:46 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

it uses xinetd

You'll need the file:
/etc/xinetd.d/cvspserver

make sure /etc/services contains:
cvspserver    2401/tcp            # CVS client/server operations

------- somthing like this ---------------------
# 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
}


Joseph G. Mercado wrote:

Hi i need help

i cant find my inetd.conf on my linux box 6.2 tried to used find command
but no result. will it be okay if i copy the inetd.conf from another linux
6.2?Is there an impact to this?I cant start my cvsdeamon?Help





_______________________________________________
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]