summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.subr7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index d2fc642..3a2fd16 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -280,12 +280,9 @@ _find_processes()
fi
_proccheck="\
- $PS 2>/dev/null -o pid,jid,command $_psargs"' |
+ $PS 2>/dev/null -o pid= -o jid= -o command= $_psargs"' |
while read _npid _jid '"$_fp_args"'; do
- case "$_npid" in
- PID)
- continue;;
- esac; '"$_fp_match"'
+ '"$_fp_match"'
if [ "$JID" -eq "$_jid" ];
then echo -n "$_pref$_npid";
_pref=" ";
OpenPOWER on IntegriCloud