info-cvs
[Top][All Lists]
Advanced

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

Re: Error in logging into pserver


From: Larry Jones
Subject: Re: Error in logging into pserver
Date: Mon, 26 Aug 2002 16:10:08 -0400 (EDT)

Mahantesh writes:
> 
> cvspserver      stream  tcp     nowait  root    /usr/local/bin/cvs     
> --allow-root=/export/home/cvs -f pserver

You left out argv[0] -- that should read:

  cvspserver  stream  tcp  nowait  root  /usr/local/bin/cvs  cvs 
--allow-root=/export/home/cvs -f pserver
                                                             ^^^
It's currently taking --allow-root=/export/home/cvs as the command name
rather than the first option.

-Larry Jones

I don't see why some people even HAVE cars. -- Calvin




reply via email to

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