updating = 0;
for (int i = 0; i < remoteIndexUpdaters.length; i++ ) {
Pair<String, Integer> host = PortUtil.parseHost(remoteIndexUpdaters[i]);
logger.info("Creating updater stub on " + host.first() + ":" + host.last() );
updaters[i] = new IndexUpdatesListenerStub(host.last(),host.first());
}
rsyncAccessString = config.getString("IndexLibrary.rsyncAccessString");
setCopiesDirectory();