Mark,

Thanks! Can you give me an example? How would this look in inetd.conf?

Mark
-----Original Message-----
From: "Mark D. Baushke" <[EMAIL PROTECTED]>
Sent: Sep 15, 2003 11:47 AM
To: Mark Jaffe <[EMAIL PROTECTED]>
Cc: "CVS List (E-mail)" <[EMAIL PROTECTED]>
Subject: Re: Limit on number of repositories? 

Mark Jaffe <[EMAIL PROTECTED]> writes:

> We are running cvs 1.11 on Solaris and have come upon a problem. In
> the cvspserver config line in /etc/inetd.conf, we have found that if
> there are more than 4 "--allow-root=<path>" then we cannot authorize
> ANY of the repositories. Is this something that can be changed or
> fixed? Or have we done something wrong?

The inetd.conf file does not like lots of arguments or long lines... So,
what you probably need to do is to put your cvs command into a script
that is run from inetd.conf rather than having the raw
--allow-root=<path> arguments in a script and have the inetd.conf line
run the script for you.

        -- Mark



=========================================
Mark Jaffe        | (408) 972-9638 (home)
Chief Wizard      | (408) 807-1530 (cell)
Computer Wizards  | (425) 795-6421 (FAX)


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

Reply via email to