]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Use --port option of icecream.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Jul 2009 13:30:56 +0000 (15:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Jul 2009 13:30:56 +0000 (15:30 +0200)
.config-default
tools/make-cluster

index ec9f7ba96abba3d10bdf12f14616872848aae4e6..c98238ce2a80a24f73f111cee7999fb05e0a3202 100644 (file)
 # 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="..."
index d2f58baa44b7460334b9fd2039aefec4d28fb354..62de9e39e8a1c7d12a681cf3cf28eb737908667c 100644 (file)
@@ -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() {