info-cvs
[Top][All Lists]
Advanced

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

Re: Problems with setting up pserver


From: Larry Jones
Subject: Re: Problems with setting up pserver
Date: Tue, 6 Nov 2001 11:28:37 -0500 (EST)

Michael L. Hostbaek writes:
> 
> and added the following line to /etc/inetd.conf
> cvspserver stream tcp nowait root /usr/local/bin/cvs --alow-root=[my
> repository]

Either you've mistranscribed that line, or it contains a number of
errors:  you're missing argv[0], you've misspelled --allow-root, you've
omitted the -f option, and you've omitted the pserver command.  It
should be something like:

  cvspserver stream tcp nowait root /usr/local/bin/cvs cvs -f --allow-root=/cvs 
pserver

-Larry Jones

Girls are like slugs -- they probably serve some purpose, but
it's hard to imagine what. -- Calvin



reply via email to

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