> If you wish to submit further information on this problem, please
> send it to 523...@bugs.debian.org, as before.

Oops, like that trivial patch I said I was going to attach:

--- ../nodm-0.2/debian/nodm.init        2009-02-23 18:02:07.000000000 +0000
+++ debian/nodm.init    2009-04-07 19:44:50.000000000 +0100
@@ -49,7 +49,7 @@
 case "$1" in
     start)
         [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
-       if [ "$NODM_ENABLED" == "no" ] || [ "$NODM_ENABLED" == "false" ]
+       if [ "$NODM_ENABLED" = "no" ] || [ "$NODM_ENABLED" = "false" ]
        then
                log_warning_msg "Not starting $NAME because NODM_ENABLED is 
'$NODM_ENABLED' in /etc/default/$NAME"
        else



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to