[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:51:56 UTC 2009


The following commit has been merged in the master branch:
commit f854ffd892bcc457cca84954839728570d1d7483
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 14 18:29:53 2009 +0100

    ousaged: fix resource policy 'enabled'. Had been broken since months, but apparantly no one notice :)

diff --git a/framework/subsystems/ousaged/resources.py b/framework/subsystems/ousaged/resources.py
index 8319c4b..87cd589 100644
--- a/framework/subsystems/ousaged/resources.py
+++ b/framework/subsystems/ousaged/resources.py
@@ -56,7 +56,7 @@ class AbstractResource( object ):
         * enabled: The resource is always on.
     """
 
-    VALID_POLICIES = "disabled auto enable".split()
+    VALID_POLICIES = "disabled auto enabled".split()
 
     def __init__( self, usageControl, name = "Abstract" ):
         """

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list