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