[kernel] r11123 - people/waldi/dkt/lib/dkt/hooks

Bastian Blank waldi at alioth.debian.org
Wed Apr 23 07:58:26 UTC 2008


Author: waldi
Date: Wed Apr 23 07:58:25 2008
New Revision: 11123

Log:
lib/dkt/hooks/interfaces.py: Add itemconfig parameter to module tasks.


Modified:
   people/waldi/dkt/lib/dkt/hooks/interfaces.py

Modified: people/waldi/dkt/lib/dkt/hooks/interfaces.py
==============================================================================
--- people/waldi/dkt/lib/dkt/hooks/interfaces.py	(original)
+++ people/waldi/dkt/lib/dkt/hooks/interfaces.py	Wed Apr 23 07:58:25 2008
@@ -46,16 +46,16 @@
         pass
 
 class IModulesTask(IHookRunAll):
-    def modules_preinst(self, systemconfig, maintainer_args):
+    def modules_preinst(self, systemconfig, itemconfig, maintainer_args):
         pass
 
-    def modules_postinst(self, systemconfig, maintainer_args):
+    def modules_postinst(self, systemconfig, itemconfig, maintainer_args):
         pass
 
-    def modules_prerm(self, systemconfig, maintainer_args):
+    def modules_prerm(self, systemconfig, itemconfig, maintainer_args):
         pass
 
-    def modules_postrm(self, systemconfig, maintainer_args):
+    def modules_postrm(self, systemconfig, itemconfig, maintainer_args):
         pass
 
 class ISystemTask(IHookRunAll):



More information about the Kernel-svn-changes mailing list