File ofpathname_powernv.patch of Package powerpc-utils
Index: powerpc-utils-1.2.26/scripts/ofpathname =================================================================== --- powerpc-utils-1.2.26.orig/scripts/ofpathname +++ powerpc-utils-1.2.26/scripts/ofpathname @@ -1473,7 +1473,7 @@ of2l_fc() . $PSERIES_PLATFORM if [[ $platform = $PLATFORM_POWERNV ]]; then echo "$OFPATHNAME: is not supported on the $platform_name platform" - exit 1 + exit 0 fi if [[ "$#" -eq 0 ]]; then