[SCM] live-studio branch, master, updated. 1c564152803e4ca7b7e9156154bcd9ce9ddaa7ef

Chris Lamb lamby at debian.org
Fri Jul 30 21:28:23 UTC 2010


The following commit has been merged in the master branch:
commit 69a850316aa80383aa8e6f40514bf04925faf47e
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 17:20:20 2010 -0400

    We don't execute manage.py manually; use /usr/bin/python

diff --git a/debian/live-studio-runner.init b/debian/live-studio-runner.init
index b62d2b3..d505530 100644
--- a/debian/live-studio-runner.init
+++ b/debian/live-studio-runner.init
@@ -31,7 +31,7 @@ case "$1" in
 		--quiet \
 		--umask 007 \
 		--pidfile ${PIDFILE} \
-		--exec ${DAEMON} -- queue_runner --pidfile ${PIDFILE}
+		--exec /usr/bin/python -- ${DAEMON} queue_runner --pidfile ${PIDFILE}
 	then
 		echo "$NAME."
 	else

-- 
live-studio



More information about the debian-live-changes mailing list