K 10 svn:author V 5 demon K 8 svn:date V 27 2013-10-04T12:37:58.701109Z K 7 svn:log V 384 If running with nbproc > 1, haproxy spawns several processes and writes their pids to $pidfile (one pid per line). Our check_pidfile() from rc.subr will get only first pid and use it for stop/status/etc which is incorrect. Do not use pidfile for that, rather use $procname to get the list of running haproxy processes. [If you know how to do the same with pidfile, please tell me.] END