vdr/nvram-wakeup/debian S90.nvram-wakeup changelog

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 11 Oct 2004 18:03:10 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian
In directory haydn:/tmp/cvs-serv14000

Modified Files:
	S90.nvram-wakeup changelog 
Log Message:
fixed bug in shutdown hook

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/changelog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- changelog	3 Oct 2004 09:49:03 -0000	1.21
+++ changelog	11 Oct 2004 18:03:07 -0000	1.22
@@ -3,6 +3,8 @@
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
     - Load the debconf-confmodule in postinst, to stop lintian 
       from complaining
+  * Tobias Grimm <vdr@e-tobi.net>
+    - fixed bug in vdr shutdown hook (reboot didn't work)
 
  -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun,  3 Oct 2004 11:42:55 +0200
 

Index: S90.nvram-wakeup
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/debian/S90.nvram-wakeup,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- S90.nvram-wakeup	8 Jul 2004 09:10:07 -0000	1.2
+++ S90.nvram-wakeup	11 Oct 2004 18:03:07 -0000	1.3
@@ -67,7 +67,7 @@
           
 	$LOG "nvram-wakeup: everything ok - need to reboot first"
 
-	if [ $SPECIALSHUTDOWN -eq "" ] ; then
+	if [ -z "$SPECIALSHUTDOWN" ] ; then
 	    $LOG "nvram-wakeup: A special shutdown strategy is required but not configured."
 	    echo "ABORT_MESSAGE=\"no special shutdown configured\""
 	    exit 1