9e78a22
Index: suse/sysconfig.icecream
9e78a22
===================================================================
9e78a22
--- suse/sysconfig.icecream.orig
9e78a22
+++ suse/sysconfig.icecream
9e78a22
@@ -1,69 +1,19 @@
9e78a22
 #
9e78a22
-## Type: integer(0:19)
9e78a22
-## Path: Applications/icecream
9e78a22
-## Description: Icecream settings
9e78a22
-## ServiceRestart: icecream
9e78a22
-## Default: 5
9e78a22
-#
9e78a22
-# Nice level of running compilers
9e78a22
-#
9e78a22
-ICECREAM_NICE_LEVEL="5"
9e78a22
-
9e78a22
-#
9e78a22
-## Type: string
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: /var/log/icecream/iceccd
9e78a22
-#
9e78a22
-# icecream daemon log file
9e78a22
-#
ca199d1
-ICECREAM_LOG_FILE="/var/log/icecream/iceccd"
9e78a22
-
9e78a22
-#
9e78a22
-## Type: string
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: no
9e78a22
-#
9e78a22
-# Start also the scheduler?
9e78a22
-#
9e78a22
-ICECREAM_RUN_SCHEDULER="no"
9e78a22
-
9e78a22
-#
9e78a22
-## Type: string
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: /var/log/icecream/scheduler
9e78a22
-#
9e78a22
-# icecream scheduler log file
9e78a22
-#
ca199d1
-ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecream/scheduler"
9e78a22
-
9e78a22
-#
9e78a22
-## Type: string
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: ""
9e78a22
-#
9e78a22
-# Identification for the network the scheduler and daemon run on. 
9e78a22
+# Identification for the network the scheduler and daemon run on.
9e78a22
 # You can have several distinct icecream networks in the same LAN
9e78a22
 # for whatever reason.
9e78a22
 #
9e78a22
 ICECREAM_NETNAME=""
9e78a22
 
9e78a22
 #
9e78a22
-## Type: string
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: ""
9e78a22
-#
9e78a22
-# If the daemon can't find the scheduler by broadcast (e.g. because 
9e78a22
+# If the daemon can't find the scheduler by broadcast (e.g. because
9e78a22
 # of a firewall) you can specify it.
9e78a22
 #
9e78a22
 ICECREAM_SCHEDULER_HOST=""
9e78a22
 
9e78a22
 #
9e78a22
-## Type: integer
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: ""
9e78a22
-# 
9e78a22
 # You can overwrite here the number of jobs to run in parallel. Per
9e78a22
-# default this depends on the number of (virtual) CPUs installed. 
9e78a22
+# default this depends on the number of (virtual) CPUs installed.
9e78a22
 #
9e78a22
 # Note: a value of "0" is actually interpreted as "1", however it
9e78a22
 # also sets ICECREAM_ALLOW_REMOTE="no".
9e78a22
@@ -71,22 +21,7 @@ ICECREAM_SCHEDULER_HOST=""
9e78a22
 ICECREAM_MAX_JOBS=""
9e78a22
 
9e78a22
 #
9e78a22
-## Type: yesno
9e78a22
-## Path: Applications/icecream
ca199d1
-## Default: "yes"
9e78a22
-# 
9e78a22
 # Specifies whether jobs submitted by other nodes are allowed to run on
9e78a22
 # this one.
9e78a22
 #
9e78a22
 ICECREAM_ALLOW_REMOTE="yes"
9e78a22
-
9e78a22
-#
9e78a22
-## Type: string
9e78a22
-## Path: Applications/icecream
9e78a22
-## Default: "/var/cache/icecream"
9e78a22
-#
9e78a22
-# This is the directory where the icecream daemon stores the environments
9e78a22
-# it compiles in. In a big network this can grow quite a bit, so use some
9e78a22
-# path if your /tmp is small - but the user icecream has to write to it.
9e78a22
-# 
9e78a22
-ICECREAM_BASEDIR="/var/cache/icecream"