Author: duncan
Date: Sat Oct 21 08:42:49 2006
New Revision: 8438

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

Log:
Fixed a typo


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 Sat Oct 21 08:42:49 2006
@@ -563,7 +563,7 @@
                     __syscall(cmd)
                     _debug_("Wakeup set, reboot needed")
                     next_action = Shutdown.RESTART_SYSTEM
-                elif config.AUTOSHUTDOWN_BOOT_LOADER=.upper() == "LILO":
+                elif config.AUTOSHUTDOWN_BOOT_LOADER.upper() == "LILO":
                     cmd = "%s %s" % (config.AUTOSHUTDOWN_LILO_CMD, 
config.AUTOSHUTDOWN_LILO_OPT)
                     __syscall(cmd)
                     _debug_("Wakeup set, reboot needed")

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to