From kde-commits Sun Jul 09 09:57:43 2006 From: Stephan Kulow Date: Sun, 09 Jul 2006 09:57:43 +0000 To: kde-commits Subject: icecream/suse Message-Id: <1152439063.840704.22054.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115243907204140 SVN commit 560108 by coolo: _bad_ idea as "-l log" is no valid option M +1 -1 init.icecream --- trunk/icecream/suse/init.icecream #560107:560108 @@ -65,7 +65,7 @@ if test -n "$ICECREAM_MAX_JOBS"; then maxjobs="-m $ICECREAM_MAX_JOBS" fi - startproc /usr/sbin/iceccd -d "$logfile" $nice $scheduler $netname -u icecream -b "$ICECREAM_BASEDIR" $maxjobs + startproc /usr/sbin/iceccd -d $logfile $nice $scheduler $netname -u icecream -b "$ICECREAM_BASEDIR" $maxjobs rc_status -v ;; stop)