Package: icecc
Version: 0.9.6-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* Apply patch from Aloisio Almeida to resolve broken logging
when iceccd is launched from its initscript. (LP: #697788)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru icecc-0.9.6/debian/icecc.init icecc-0.9.6/debian/icecc.init
--- icecc-0.9.6/debian/icecc.init 2006-09-19 05:39:00.000000000 -0400
+++ icecc-0.9.6/debian/icecc.init 2011-07-26 20:16:33.000000000 -0400
@@ -51,7 +51,7 @@
fi
start-stop-daemon --start --quiet --exec $DAEMON -- \
- -d "$logfile" $nice $scheduler $netname -u icecc $basedir $maxjobs
+ -d $logfile $nice $scheduler $netname -u icecc $basedir $maxjobs
}
stop_icecc_daemon() {