forked from pool/powerpc-utils
- ofpathname: skip devices with no devspec when coorelating FC OF paths (bsc#1228597 ltc#206391). * 0005-ofpathname-skip-devices-with-no-devspec-when-coorela.patch - lparstat output fixes (bsc#1228637). * 0002-lparstat-Fix-Idle-and-busy-PURR-SPURR.patch * 0003-lparstat-app-Use-pic-value-at-boot-for-accurate-boot.patch * 0004-lparstat-Use-CLOCK_BOOTTIME-for-get_time-interface-a.patch - drmgr: Free nodes returned from configure_connector (bsc#1228637). * 0006-drmgr-Free-nodes-returned-from-configure_connector.patch - drmgr: Return from get_node_by_name() if matched DRC index (bsc#1228637). * 0001-drmgr-Return-from-get_node_by_name-if-matched-DRC-in.patch OBS-URL: https://build.opensuse.org/request/show/1190631 OBS-URL: https://build.opensuse.org/package/show/hardware/powerpc-utils?expand=0&rev=212
17 lines
470 B
Diff
17 lines
470 B
Diff
Upstream: TBD
|
|
References: boo#933651
|
|
|
|
Index: powerpc-utils-1.3.7/scripts/ofpathname
|
|
===================================================================
|
|
--- powerpc-utils-1.3.7.orig/scripts/ofpathname
|
|
+++ powerpc-utils-1.3.7/scripts/ofpathname
|
|
@@ -1632,7 +1632,7 @@ of2l_nvme()
|
|
. $PSERIES_PLATFORM
|
|
if [[ $platform = $PLATFORM_POWERNV ]]; then
|
|
echo "$OFPATHNAME: is not supported on the $platform_name platform" 1>&2
|
|
- exit 1
|
|
+ exit 0
|
|
fi
|
|
|
|
if [[ "$#" -eq 0 ]]; then
|