[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-1.exp4-4-gfed9520

Giuseppe Iuculano giuseppe at iuculano.it
Thu Jan 22 13:10:49 UTC 2009


The following commit has been merged in the master branch:
commit fed9520f02f2d378d19cb50d5cc8f75e4b6db92c
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Thu Jan 22 14:10:37 2009 +0100

    debian/dmraid-activate: Ignore case distinctions when grep for "No RAID disks"

diff --git a/debian/dmraid-activate b/debian/dmraid-activate
index 1c302c4..c8ef8c7 100644
--- a/debian/dmraid-activate
+++ b/debian/dmraid-activate
@@ -31,7 +31,7 @@ else
 	Node_Name=$1
 fi
 
-Raid_Name=$(dmraid -i -r -cr /dev/$Node_Name | grep -v "No RAID disks")
+Raid_Name=$(dmraid -i -r -cr /dev/$Node_Name | grep -vi "No RAID disks")
 
 if [ -z "$Raid_Name" ]; then
 	exit 0

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list