Please take from my home dir. latest.txt was also updated.

Change Log:
--------------------------
1. Apply backport patches also for kernel 2.6.9-67 (Redhat4 UP6)
2. Fix bugs for working with OS tools (sysconfig/initscripts)
3. Change in documentation for working with OS tools
4. Fix: in ib-bons - bond0 appears as constant instead of $BOND_NAME in one 
place
5. Fix: Destroy bonding master only if it exists



Vlad,
Please apply the patch below to ofed_1_3_scripts to complete the support for 
RH4 Up6


Add 2.6.9-67 to the list of kernels that are supported by ib-bonding

Signed-off-by: Moni Shoua <[EMAIL PROTECTED]>
---

diff --git a/install.pl b/install.pl
index 256263d..fcae1fb 100755
--- a/install.pl
+++ b/install.pl
@@ -1579,7 +1579,7 @@ sub set_availability
     }
 
     # ib-bonding
-    if ($kernel =~ 
m/2.6.9-34|2.6.9-42|2.6.9-55|2.6.16.[0-9.]*-[0-9.]*-[A-Za-z0-9.]*|el5|fc6/) {
+    if ($kernel =~ 
m/2.6.9-34|2.6.9-42|2.6.9-55|2.6.9-67|2.6.16.[0-9.]*-[0-9.]*-[A-Za-z0-9.]*|el5|fc6/)
 {
             $packages_info{'ib-bonding'}{'available'} = 1;
             $packages_info{'ib-bonding-debuginfo'}{'available'} = 1;
     }

_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to