[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package	branch, master, updated. debian/1.0.0.rc15-4-1-gad6ac87
    Giuseppe Iuculano 
    giuseppe at iuculano.it
       
    Mon Mar 23 09:14:13 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit ad6ac87db3d14f173fdbcf49f888cfd7e37e3a0c
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Mon Mar 23 10:08:22 2009 +0100
    do not use basename in the local-top initramfs script (Closes: #520875)
diff --git a/debian/initramfs/dmraid.initramfs-local-top/dmraid b/debian/initramfs/dmraid.initramfs-local-top/dmraid
index 445433a..d1a09a9 100644
--- a/debian/initramfs/dmraid.initramfs-local-top/dmraid
+++ b/debian/initramfs/dmraid.initramfs-local-top/dmraid
@@ -19,5 +19,5 @@ esac
 # Activate any dmraid arrays that were not identified by udev and vol_id.
 
 for dev in $(dmraid -r -c); do
-	dmraid-activate $(basename $dev)
+	dmraid-activate $dev
 done
-- 
Maintenance of the dmraid package
    
    
More information about the Dmraid-debian-commits
mailing list