--- projects/cms/source/host/ihost-perl/Config.inc 2002/03/08 15:35:16 1.5 +++ projects/cms/source/host/ihost-perl/Config.inc 2002/06/10 14:24:57 1.8 @@ -1,5 +1,5 @@ # Include Config for the ihost -# $Id: Config.inc,v 1.5 2002/03/08 15:35:16 tdb Exp $ +# $Id: Config.inc,v 1.8 2002/06/10 14:24:57 tdb Exp $ ## ## Only the first section needs changing here, the rest are just information @@ -9,7 +9,7 @@ # ****** These need to be set correctly ****** # Location of the CVS Repository Root -CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream +CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream CVSMODULE = cms/source/host/ihost 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` # ****** These need to be set correctly ****** @@ -31,7 +31,8 @@ TARFILE = $(ARCNAME)$(TAREXT) TARGZFILE = $(ARCNAME)$(TARGZEXT) # plugins -PERLPLUGINS = ../ihost-plugins/perl -LINUXPLUGINS = ../ihost-plugins/linux -SOLARISPLUGINS = ../ihost-plugins/solaris +PERLPLUGINS = plugins/perl +LINUXPLUGINS = plugins/linux +SOLARISPLUGINS = plugins/solaris +FREEBSDPLUGINS = plugins/freebsd