rev 18928 - kde-extras/icecream/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Wed Sep 14 12:53:10 UTC 2011


Author: fabo
Date: 2011-09-14 12:53:09 +0000 (Wed, 14 Sep 2011)
New Revision: 18928

Modified:
   kde-extras/icecream/trunk/debian/icecc.default
Log:
remove extra lines and fix typo

Modified: kde-extras/icecream/trunk/debian/icecc.default
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.default	2011-09-13 05:50:05 UTC (rev 18927)
+++ kde-extras/icecream/trunk/debian/icecc.default	2011-09-14 12:53:09 UTC (rev 18928)
@@ -5,21 +5,18 @@
 # should icecc be started on boot?
 #
 # START_ICECC="true"
-
 START_ICECC="true"
 
 #
 # Nice level of running compilers
 #
 # ICECC_NICE_LEVEL="5"
-
 ICECC_NICE_LEVEL="5"
 
 #
 # icecc daemon log file
 #
-# ICECC_LOG_FILE="/var/log/iceccd"
-
+# ICECC_LOG_FILE="/var/log/iceccd.log"
 ICECC_LOG_FILE="/var/log/iceccd.log"
 
 #
@@ -28,7 +25,6 @@
 # for whatever reason.
 #
 # ICECC_NETNAME=""
-
 ICECC_NETNAME=""
 
 # 
@@ -36,7 +32,6 @@
 # default this depends on the number of (virtual) CPUs installed. 
 #
 # ICECC_MAX_JOBS=""
-
 ICECC_MAX_JOBS=""
 
 #
@@ -45,21 +40,18 @@
 # path if your /tmp is small - but the user icecc has to write to it.
 # 
 # ICECC_BASEDIR="/var/cache/icecc"
-
 ICECC_BASEDIR="/var/cache/icecc"
 
 #
 # Start also the scheduler?
 #
 # START_ICECC_SCHEDULER="false"
-
 START_ICECC_SCHEDULER="false"
 
 #
 # icecc scheduler log file
 #
-# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
-
+# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
 ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
 
 #
@@ -67,5 +59,4 @@
 # of a firewall) you can specify it.
 #
 # ICECC_SCHEDULER_HOST=""
-
 ICECC_SCHEDULER_HOST=""




More information about the pkg-kde-commits mailing list