[pkg-fso-commits] [SCM] Automatic Display Manager branch, pamhelper, updated. debian/0.1-22-gf4c6c7c

Enrico Zini enrico at enricozini.org
Tue Feb 17 12:32:23 UTC 2009


The following commit has been merged in the pamhelper branch:
commit 2dabf524f2ea0ebe433d40b8f4c39b94d0737faf
Author: Enrico Zini <enrico at enricozini.org>
Date:   Tue Feb 17 12:26:36 2009 +0000

    Better error message

diff --git a/debian/nodm.init b/debian/nodm.init
index e2017b8..24d4263 100644
--- a/debian/nodm.init
+++ b/debian/nodm.init
@@ -50,7 +50,7 @@ case "$1" in
         [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
     	if [ "$NODM_ENABLED" == "no" ] || [ "$NODM_ENABLED" == "false" ]
 	then
-		log_warning_msg "Not starting $NAME because NODM_ENABLED is 'no' in /etc/default/$NAME"
+		log_warning_msg "Not starting $NAME because NODM_ENABLED is '$NODM_ENABLED' in /etc/default/$NAME"
 	else
 		start-stop-daemon --start --oknodo --pidfile ${PIDFILE} --make-pidfile --background --exec /usr/sbin/nodm
 	fi

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list