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)