This is a fix for bug 1390 
https://bugs.openfabrics.org/show_bug.cgi?id=1390

>From 3bf17a58a180dd981e265b27037021a296b64816 Mon Sep 17 00:00:00 2001
From: Aleksey Senin <[EMAIL PROTECTED]>
Date: Sun, 16 Nov 2008 16:25:00 +0200
Subject: [PATCH] Redirect output to /dev/null when erasing openmpi packages


Signed-off-by: Aleksey Senin <[EMAIL PROTECTED]>

:100755 100755 7ca0b6d... 3215e48... M  uninstall.sh

diff --git a/uninstall.sh b/uninstall.sh
index 7ca0b6d..3215e48 100755
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -211,7 +211,7 @@ uninstall()
                 ompi_packs_to_remove="$ompi_packs_to_remove ${mpi_name}"       
             fi
         done   
-        ex "$RPM -e --allmatches $ompi_packs_to_remove" 
+        ex "$RPM -e --allmatches $ompi_packs_to_remove > /dev/null 2>&1" 
     fi
 
     MPI_SELECTOR_LIST=$(rpm -qa | grep ${MPI_SELECTOR_NAME})
-- 
1.5.6.dirty


Attachment: 0001-Redirect-output-to-dev-null-when-erasing-openmpi-pa.patch
Description: application/mbox

_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to