Merge lp:~psusi/ubuntu/lucid/dmraid/fixloop into lp:ubuntu/lucid/dmraid

Proposed by Phillip Susi
Status: Merged
Merged at revision: not available
Proposed branch: lp:~psusi/ubuntu/lucid/dmraid/fixloop
Merge into: lp:ubuntu/lucid/dmraid
Diff against target: 25 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/dmraid.udev (+1/-1)
To merge this branch: bzr merge lp:~psusi/ubuntu/lucid/dmraid/fixloop
Reviewer Review Type Date Requested Status
Scott James Remnant (Canonical) Pending
Ubuntu branches Pending
Review via email: mp+22949@code.launchpad.net

Description of the change

Removed |change udev rule for dmraid-activate to prevent infinite udev
event loop (LP: #534743).

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Scott, would you be able to have a look at this?

Thanks,

James

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-02-04 21:34:22 +0000
3+++ debian/changelog 2010-04-07 15:23:20 +0000
4@@ -1,3 +1,10 @@
5+dmraid (1.0.0.rc16-3ubuntu2) lucid; urgency=low
6+
7+ * Removed |change udev rule for dmraid-activate to prevent infinite udev
8+ event loop (LP: #534743).
9+
10+ -- Phillip Susi <psusi@cfl.rr.com> Wed, 07 Apr 2010 11:01:17 -0400
11+
12 dmraid (1.0.0.rc16-3ubuntu1) lucid; urgency=low
13
14 * Merge from debian testing. (LP: #503136) Remaining changes:
15
16=== modified file 'debian/dmraid.udev'
17--- debian/dmraid.udev 2008-11-18 14:09:46 +0000
18+++ debian/dmraid.udev 2010-04-07 15:23:20 +0000
19@@ -2,5 +2,5 @@
20 # drives are present, brought up.
21 # See udev(8) for syntax
22
23-SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_TYPE}=="disk", ENV{ID_FS_USAGE}=="raid", KERNEL=="hd[a-z]|sd[a-z]", \
24+SUBSYSTEM=="block", ACTION=="add", ENV{ID_TYPE}=="disk", ENV{ID_FS_USAGE}=="raid", KERNEL=="hd[a-z]|sd[a-z]", \
25 RUN+="/sbin/dmraid-activate %k"

Subscribers

People subscribed via source and target branches

to all changes: