18971c
From 705c84321daeb847cecba7f1e1f8f3e23f8165f8 Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Mon, 12 May 2014 14:36:08 +0200
18971c
Subject: [PATCH] cms/cmssetup.sh: convert SUBCHANNELS to lowercase
18971c
18971c
In udev rules, the channels need to be expressed in lower case.
18971c
18971c
(cherry picked from commit 56d57a70ec89740dc6ddc09ea23b6fc4c3a6a531)
18971c
---
18971c
 modules.d/80cms/cmssetup.sh | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/modules.d/80cms/cmssetup.sh b/modules.d/80cms/cmssetup.sh
18971c
index 36955bc3..c9e13314 100755
18971c
--- a/modules.d/80cms/cmssetup.sh
18971c
+++ b/modules.d/80cms/cmssetup.sh
18971c
@@ -144,6 +144,7 @@ function dasd_settle_all() {
18971c
     processcmsfile()
18971c
     {
18971c
         source /tmp/cms.conf
18971c
+        SUBCHANNELS="$(echo $SUBCHANNELS | sed 'y/ABCDEF/abcdef/')"
18971c
 
18971c
         if [[ $NETTYPE ]]; then
18971c
 	    (