[pkg-fso-commits] [SCM] Debian specific session starter branch, gismo-master-fixes, updated. debian/0.2-11-g1eecc78

Luca Capello luca at pca.it
Mon Sep 1 12:17:23 UTC 2008


The following commit has been merged in the gismo-master-fixes branch:
commit 1eecc785bf5b39d1da17be05cc80d5525a4ba29e
Author: Luca Capello <luca at pca.it>
Date:   Mon Sep 1 14:17:19 2008 +0200

    zhone-session.init: (Closes: #496344) check for all binaries available

diff --git a/zhone-session.init b/zhone-session.init
index 1e481c8..2e3145f 100644
--- a/zhone-session.init
+++ b/zhone-session.init
@@ -22,8 +22,8 @@ PIDDIR=/var/run/
 PIDFILE=${PIDDIR}/${NAME}.pid
 
 
-# Gracefully exit if the package has been removed (but not purged).
-[ -x "$PROG_FSO" -o -x "$PROG_XINIT" ] || exit 0
+# Gracefully exit if the package or its dependencies have been removed (but not purged).
+[ -x "$PROG_FSO" -a -x "$PROG_XSESSION" -a -x "$PROG_XINIT" ] || exit 0
 
 # Load the VERBOSE setting and other rcS variables
 . /lib/init/vars.sh

-- 
Debian specific session starter



More information about the pkg-fso-commits mailing list