r825 - in lvm2/trunk/debian: . tree/dmsetup/lib/udev/rules.d

Bastian Blank waldi at alioth.debian.org
Fri Jun 4 08:40:33 UTC 2010


Author: waldi
Date: Fri Jun  4 08:39:53 2010
New Revision: 825

Log:
* debian/changelog: Update.
* debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules: Don't override device names.

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	Fri Jun  4 08:24:36 2010	(r824)
+++ lvm2/trunk/debian/changelog	Fri Jun  4 08:39:53 2010	(r825)
@@ -3,6 +3,7 @@
   * New upstream version.
   * Define and use a union for semaphore access as mandated by the standard.
     (closes: #583677)
+  * Don't longer overwrite names of dm devices.
 
  -- Bastian Blank <waldi at debian.org>  Fri, 04 Jun 2010 07:59:01 +0000
 

Modified: lvm2/trunk/debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules
==============================================================================
--- lvm2/trunk/debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules	Fri Jun  4 08:24:36 2010	(r824)
+++ lvm2/trunk/debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules	Fri Jun  4 08:39:53 2010	(r825)
@@ -75,7 +75,7 @@
 
 ENV{DM_UDEV_RULES}="1"
 
-ENV{DM_NAME}=="?*", NAME="mapper/$env{DM_NAME}", SYMLINK+="$kernel"
+ENV{DM_NAME}=="?*", SYMLINK+="mapper/$env{DM_NAME}"
 
 # We have to ignore further rule application for inappropriate events
 # and devices. But still send the notification if cookie exists.



More information about the pkg-lvm-commits mailing list