]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - icecream/patches/icecream-cleanup-conffile.patch0
7bf7c9d3c33575a58efb15add8f862758eaedb56
[people/ms/ipfire-3.x.git] / icecream / patches / icecream-cleanup-conffile.patch0
1 --- suse/sysconfig.icecream.orig 2007-04-12 10:02:33.000000000 +0200
2 +++ suse/sysconfig.icecream 2007-07-17 15:50:39.000000000 +0200
3 @@ -1,69 +1,34 @@
4 #
5 -## Type: integer(0:19)
6 -## Path: Applications/icecream
7 -## Description: Icecream settings
8 -## ServiceRestart: icecream
9 -## Default: 5
10 -#
11 # Nice level of running compilers
12 #
13 ICECREAM_NICE_LEVEL="5"
14
15 #
16 -## Type: string
17 -## Path: Applications/icecream
18 -## Defaut: /var/log/iceccd
19 -#
20 # icecream daemon log file
21 #
22 ICECREAM_LOG_FILE="/var/log/iceccd"
23
24 #
25 -## Type: string
26 -## Path: Applications/icecream
27 -## Defaut: no
28 -#
29 -# Start also the scheduler?
30 -#
31 -ICECREAM_RUN_SCHEDULER="no"
32 -
33 -#
34 -## Type: string
35 -## Path: Applications/icecream
36 -## Defaut: /var/log/icecc_scheduler
37 -#
38 # icecream scheduler log file
39 #
40 -ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
41 +ICECREAM_SCHEDULER_LOG_FILE="/var/log/icecc-scheduler"
42
43 #
44 -## Type: string
45 -## Path: Applications/icecream
46 -## Defaut: ""
47 -#
48 -# Identification for the network the scheduler and daemon run on.
49 +# Identification for the network the scheduler and daemon run on.
50 # You can have several distinct icecream networks in the same LAN
51 # for whatever reason.
52 #
53 ICECREAM_NETNAME=""
54
55 #
56 -## Type: string
57 -## Path: Applications/icecream
58 -## Defaut: ""
59 -#
60 -# If the daemon can't find the scheduler by broadcast (e.g. because
61 +# If the daemon can't find the scheduler by broadcast (e.g. because
62 # of a firewall) you can specify it.
63 #
64 ICECREAM_SCHEDULER_HOST=""
65
66 #
67 -## Type: integer
68 -## Path: Applications/icecream
69 -## Defaut: ""
70 -#
71 # You can overwrite here the number of jobs to run in parallel. Per
72 -# default this depends on the number of (virtual) CPUs installed.
73 +# default this depends on the number of (virtual) CPUs installed.
74 #
75 # Note: a value of "0" is actually interpreted as "1", however it
76 # also sets ICECREAM_ALLOW_REMOTE="no".
77 @@ -71,22 +36,14 @@ ICECREAM_SCHEDULER_HOST=""
78 ICECREAM_MAX_JOBS=""
79
80 #
81 -## Type: yesno
82 -## Path: Applications/icecream
83 -## Defaut: "yes"
84 -#
85 # Specifies whether jobs submitted by other nodes are allowed to run on
86 # this one.
87 #
88 ICECREAM_ALLOW_REMOTE="yes"
89
90 #
91 -## Type: string
92 -## Path: Applications/icecream
93 -## Default: "/var/cache/icecream"
94 -#
95 # This is the directory where the icecream daemon stores the environments
96 # it compiles in. In a big network this can grow quite a bit, so use some
97 # path if your /tmp is small - but the user icecream has to write to it.
98 -#
99 +#
100 ICECREAM_BASEDIR="/var/cache/icecream"