[SCM] Mumudvb packaging branch, upstream, updated. 24c2efb080b56abb8e7be67bae30ba7fe457759e

Brice DUBOST braice at braice.net
Sat Nov 1 13:31:08 UTC 2008


The following commit has been merged in the upstream branch:
commit b7f6a3ed554ca1135902314146deff251513688e
Author: Brice DUBOST <braice at braice.net>
Date:   Sat Nov 1 13:12:07 2008 +0100

    Bug in init scripts

diff --git a/scripts/mumudvb b/scripts/mumudvb
index db17006..689a71c 100644
--- a/scripts/mumudvb
+++ b/scripts/mumudvb
@@ -3,8 +3,8 @@
 # This file is used to specify the locations of mumudvb config files for each card
 #
 
-#Don't start mumudvb
-#DONTSTARTMUMU=1
+#If you don't want to automatically start mumudvb, uncomment this line
+#DONTSTARTMUMU=true
 
 #Options for mumudvb
 DAEMON_OPTS=""
diff --git a/scripts/mumudvb.init b/scripts/mumudvb.init
index 884c73e..4bad477 100644
--- a/scripts/mumudvb.init
+++ b/scripts/mumudvb.init
@@ -19,7 +19,7 @@ if [ -f /etc/default/mumudvb ] ; then
         . /etc/default/mumudvb
 fi
 
-if [ $DONTSTARTMUMU = true ]; then exit 0; fi
+if [ "$DONTSTARTMUMU" = "true" ]; then exit 0; fi
 
 . /lib/lsb/init-functions
 

-- 
Mumudvb packaging



More information about the pkg-vdr-dvb-changes mailing list