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