From: Vladimir Sokolovsky Date: Thu, 8 Oct 2009 11:13:17 +0000 (+0200) Subject: Provide more information on removing OFED coming with SLES. X-Git-Tag: vofed-1.5-rc2~9 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4d8e504590f8722cb9d1929ceea4ece8aa579f7c;p=~emulex%2Fofed_scripts%2F.git Provide more information on removing OFED coming with SLES. Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index 236f8e2..8efda87 100755 --- a/install.pl +++ b/install.pl @@ -3944,6 +3944,8 @@ sub uninstall print RED "Please remove OFED RPMs coming from the Distribution.", RESET "\n"; print RED "Run:", RESET "\n"; print RED "rpm -e $suse_rpms", RESET "\n"; + print RED "\nIf this command fails to uninstall ofed or opensm RPMs, then", RESET "\n"; + print RED "edit /etc/sysconfig/services, set DISABLE_STOP_ON_REMOVAL=\"yes\"", RESET "\n"; exit 1; } }