[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 69e756e604750bdffb2618755ffcf4c0394d7e6f
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 17:18:50 2010 -0400

    pysupport installs the daemon non-executable; no real need to fix that

diff --git a/debian/live-studio-runner.init b/debian/live-studio-runner.init
index bc49bf7..b62d2b3 100644
--- a/debian/live-studio-runner.init
+++ b/debian/live-studio-runner.init
@@ -18,7 +18,7 @@ NAME=live-studio-runner
 DESC=${NAME}
 PIDFILE=/var/run/${NAME}.pid
 
-test -x ${DAEMON} || exit 0
+test -e ${DAEMON} || exit 0
 
 set -e
 

-- 
live-studio



More information about the debian-live-changes mailing list