[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. debian/0.1-52-g76526e2

Enrico Zini enrico at enricozini.org
Mon Feb 23 18:02:51 UTC 2009


The following commit has been merged in the master branch:
commit a752fe460b10244340d45e0fabf0ae6d21ce2621
Author: Enrico Zini <enrico at enricozini.org>
Date:   Fri Feb 20 14:40:37 2009 +0000

    Fixed path on executable check

diff --git a/debian/nodm.init b/debian/nodm.init
index 4c4cab9..2d53d21 100644
--- a/debian/nodm.init
+++ b/debian/nodm.init
@@ -34,7 +34,7 @@ export NODM_USER NODM_COMMAND NODM_MIN_SESSION_TIME
 # set allowed_users=anybody in /etc/X11/Xwrapper.config
 
 # Gracefully exit if the package or its dependencies have been removed (but not purged).
-[ -x /usr/bin/nodm ] || exit 0
+[ -x /usr/sbin/nodm ] || exit 0
 
 # Load the VERBOSE setting and other rcS variables
 . /lib/init/vars.sh

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list