Author: duncan
Date: Thu Jan 11 19:08:35 2007
New Revision: 8963

Modified:
   branches/rel-1-6/freevo/ChangeLog
   branches/rel-1-6/freevo/src/plugins/autoshutdown.py

Log:
[ 1632754 ] autoshutdown ignoring config variables
Patch from Redzinalds Knipsis applied


Modified: branches/rel-1-6/freevo/ChangeLog
==============================================================================
--- branches/rel-1-6/freevo/ChangeLog   (original)
+++ branches/rel-1-6/freevo/ChangeLog   Thu Jan 11 19:08:35 2007
@@ -14,6 +14,7 @@
 == Release 1.6.3 (200?-??-??) ==
 --------------------------------
 
+ * Fixed auto shutdown not calling the mount command (B#1632754)
  * Fixed manual record when month is December (B#1621615)
  * Fixed shopping cart for items with two or more subitems (B#1620425)
  * Fixed video thumbnails not being shown with subitems (B#1620452)

Modified: branches/rel-1-6/freevo/src/plugins/autoshutdown.py
==============================================================================
--- branches/rel-1-6/freevo/src/plugins/autoshutdown.py (original)
+++ branches/rel-1-6/freevo/src/plugins/autoshutdown.py Thu Jan 11 19:08:35 2007
@@ -554,6 +554,7 @@
                     if config.AUTOSHUTDOWN_REMOUNT_BOOT_CMD:
                         cmd = "%s %s" % (config.AUTOSHUTDOWN_REMOUNT_BOOT_CMD, 
\
                                          config.AUTOSHUTDOWN_REMOUNT_BOOT_OPT)
+                        __syscall(cmd)
                     cmd = config.AUTOSHUTDOWN_GRUB_CMD
                     __syscall(cmd)
                     _debug_("Wakeup set, reboot needed")

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to