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