Sorry, I meant to send the attached patch. Got a bit trigger happy with the 
send button without changing patch attachment or subject. :p

Luke
#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_kernel-event-handling.dpatch by Luke Yelavich <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Add support for kernel driver event handling support.

@DPATCH@
diff -urNad dmraid-1.0.0.rc14-1ubuntu1~/1.0.0.rc14/lib/activate/activate.c 
dmraid-1.0.0.rc14-1ubuntu1/1.0.0.rc14/lib/activate/activate.c
--- dmraid-1.0.0.rc14-1ubuntu1~/1.0.0.rc14/lib/activate/activate.c      
2006-09-15 23:22:44.000000000 +1000
+++ dmraid-1.0.0.rc14-1ubuntu1/1.0.0.rc14/lib/activate/activate.c       
2008-07-08 14:12:00.000000000 +1000
@@ -398,7 +398,11 @@
                        goto err;
        }
 
-       return 1;
+       /* Append the flag/feature required for dmraid1 
+        * event handling in the kernel driver 
+        */
+       if(p_fmt(lc, table, " 1 handle_errors"))
+               return 1;
 
    err:
        return log_alloc_err(lc, __func__);

Attachment: signature.asc
Description: Digital signature

Reply via email to