View Single Post
  #5   (View Single Post)  
Old 11th May 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

Looking at /etc/rc.d/rc.subr for the specific pgrep(1) command string, it's
Code:
pgrep -T "${daemon_rtable}" -q -xf "${pexp}"
Reply With Quote