--- projects/cms/source/server/configure 2003/08/22 13:36:18 1.23 +++ projects/cms/source/server/configure 2005/02/10 17:35:59 1.26 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.23 2003/08/22 13:36:18 tdb Exp $ +# $Id: configure,v 1.26 2005/02/10 17:35:59 tdb Exp $ # ## Config # HTTP Server. This is the source of all downloads. -HTTPSERVER="http://www.i-scream.org.uk/downloads/lib/" +HTTPSERVER="http://www.i-scream.org/pub/i-scream/cms/lib/" # This script uses wget, set it's path and parameters here WGETPARAM="-nv" @@ -68,7 +68,7 @@ else \ ${WGET} ${PIRCBOTURL}package-list; \ fi -UTILURL="http://www.i-scream.org.uk/javadoc/util/" +UTILURL="http://www.i-scream.org/cms/javadoc/util/" mkdir -p ${SRCROOT}/.api-cache/util cd ${SRCROOT}/.api-cache/util if test -r "package-list"; then \