Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was a
authorajacoutot <ajacoutot@openbsd.org>
Mon, 5 Jun 2017 15:24:57 +0000 (15:24 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Mon, 5 Jun 2017 15:24:57 +0000 (15:24 +0000)
commitc93c6e1a35bf1921a2f900e85b7c747cbf17b6e7
treec9ce159d90b6f6bb0423665b8b7ffa7e01f572de
parent7e98d3fd75cadcca38c25ae4984ead948514f524
Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was a
regression from my recent rc.subr changes.

reported by deraadt@ and naddy@ : pflogd was marked as failed during boot while
it was properly running
etc/rc.d/rc.subr