let softlink to dmraid initqueue scan end with ".sh"
authorHarald Hoyer <harald@redhat.com>
Mon, 13 Jul 2009 13:54:51 +0000 (15:54 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 13 Jul 2009 14:24:41 +0000 (16:24 +0200)
modules.d/90dmraid/61-dmraid.rules

index 8e80969..9fac499 100644 (file)
@@ -7,6 +7,6 @@ ACTION!="add|change", GOTO="dm_end"
 
 ENV{ID_FS_TYPE}=="linux_raid_member", GOTO="dm_end"
 
-ENV{ID_FS_TYPE}=="*_raid_member", RUN+="/bin/ln -s /sbin/dmraid_scan /initqueue/dmraid_scan"
+ENV{ID_FS_TYPE}=="*_raid_member", RUN+="/bin/ln -fs /sbin/dmraid_scan /initqueue/dmraid_scan.sh"
 
 LABEL="dm_end"