Searched refs:RPCBIND_RUNNING (Results 1 – 1 of 1) sorted by relevance
83 RPCBIND_RUNNING=`ps -ef | grep rpcbind | grep -v grep`84 if [[ "x$PORTMAP_RUNNING" = "x" && "x$RPCBIND_RUNNING" = "x" ]]; then