|
Unfortunately,
export
CVSROOT=:pserver:[EMAIL PROTECTED]:/export/home/ntop
cvs login
cvs checkout ntop
wouldn't work on my
system! Dunno why.
Can't remember why/if
the -d flag was necessary. Works though......
C From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burton Strauss Sent: Monday, March 28, 2005 11:19 AM To: [email protected] Subject: RE: [Ntop] Port Usage report missing (was I have ntopsetup...) um... VSROOT is not the
same as CVSROOT
depending on the shell
(bash) you may need export CVSROOT=
depending on the cvs
version, some like the port :2401 added to ntop.org
CVSROOT=:pserver:[EMAIL PROTECTED]:2401/export/home/ntop
vs
CVSROOT=:pserver:[EMAIL PROTECTED]:/export/home/ntop
All -d does is a
temporary (single) command override of CVSROOT. So Chris's command is equivalent
to export
CVSROOT=:pserver:[EMAIL PROTECTED]:/export/home/ntop
cvs login
cvs checkout ntop
-----Burton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Curtis Sent: Monday, March 28, 2005 12:05 PM To: [email protected] Subject: RE: [Ntop] Port Usage report missing (was I have ntopsetup...) >>> [EMAIL PROTECTED] 03/28 12:55 PM >>> This works for me on
Redhat FC2:
cvs -d
:pserver:[EMAIL PROTECTED]:/export/home/ntop login
cvs -d
:pserver:[EMAIL PROTECTED]:/export/home/ntop checkout
ntop
C
********************************************************************** Confidential/Proprietary Note The information in this email is confidential and may be legally privileged. Access to this email by anyone other than the intended addressee is unauthorized. If you are not the intended recipient of this message, any review, disclosure, copying, distribution, retention, or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful. If you are not the intended recipient, please reply to or forward a copy of this message to the sender and delete the message, any attachments, and any copies thereof from your system. Thank you. Guardian Mortgage Documents, Inc. 225 Union Boulevard, Suite 200 Lakewood, CO 80228. ********************************************************************** |
_______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
