[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-229-ga310a5f

Steffen Moeller moeller at debian.org
Wed Apr 27 20:42:59 UTC 2011


The following commit has been merged in the master branch:
commit 37574ce773ff6ecbe330d67212b95f3c4e96c730
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Apr 25 19:32:59 2011 +0200

    Allowing xhost to fail.

diff --git a/debian/boinc-client.init b/debian/boinc-client.init
index 726a219..047bb97 100644
--- a/debian/boinc-client.init
+++ b/debian/boinc-client.init
@@ -90,7 +90,7 @@ start()
   else
     if [ -x /usr/bin/xhost ]; then
        # grant the boinc client to perform GPU computing
-       xhost local:boinc
+       xhost local:boinc || echo -n "xhost error ignored, GPU computing may not be possible"
     fi
     start-stop-daemon --start --quiet --background --pidfile $PIDFILE \
       --make-pidfile --user $BOINC_USER --chuid $BOINC_USER \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list