Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
dzielke at aep.com wrote: > The xinetd.d directory has the cvs setup file cvspserver which contains: > server_args = --allow-root=/usr/local/cvs pserver > We were missing the server_args line and had env set incorrectly. We You don't need the env line, and --allow-root is not used with cvsnt, except for backward compatiblity (which you don't need, presumably). Just: server_args = pserver Would have worked. Tony