From: Michael Tremer Date: Sun, 26 Jul 2009 13:30:56 +0000 (+0200) Subject: Use --port option of icecream. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93cd6b0db53d024a59dbf94b45a4185cfbce457;p=ipfire-3.x.git Use --port option of icecream. --- diff --git a/.config-default b/.config-default index ec9f7ba96..c98238ce2 100644 --- a/.config-default +++ b/.config-default @@ -111,7 +111,7 @@ # ICECC_SCHEDULER: The hostname of the central server, called scheduler. # ############################################################################### -#ICECC_PORT=3632 +#ICECC_PORT=10245 #ICECC_JOBS=4 #ICECC_SCHEDULER="minerva.ipfire.org" #ICECC_PREFERRED_HOST="..." diff --git a/tools/make-cluster b/tools/make-cluster index d2f58baa4..62de9e39e 100644 --- a/tools/make-cluster +++ b/tools/make-cluster @@ -64,7 +64,7 @@ function iceccd_start() { return fi ${TOOLS_DIR}/usr/sbin/iceccd -vvv -d -s ${ICECC_SCHEDULER} -m ${ICECC_JOBS-8} \ - -N ${HOSTNAME} + -N ${HOSTNAME} -p ${ICECC_PORT-10245} } function iceccd_stop() {