--- projects/cms/source/reports/rrdgraphing/Config2.inc 2003/02/16 20:35:58 1.3 +++ projects/cms/source/reports/rrdgraphing/Config2.inc 2004/08/01 10:40:32 1.4 @@ -1,5 +1,5 @@ # Include Config for the rrd graphing -# $Id: Config2.inc,v 1.3 2003/02/16 20:35:58 tdb Exp $ +# $Id: Config2.inc,v 1.4 2004/08/01 10:40:32 tdb Exp $ include $(SOURCEROOT)/Version.inc @@ -7,7 +7,7 @@ include $(SOURCEROOT)/Version.inc DISTNAME = iscream_rrdgraphing # Location of the i-scream CVS Repository Root -CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream +CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream # This will attempt to locate cvs, and return the path. CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`