K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2012-03-22T17:53:44.000000Z K 7 svn:log V 839 The chef_client init script should set up the pidfile in /var/run/chef-client.pid and instruct the chef-client process to write its PID to this file when daemonizing. Without a pidfile, the status and onestatus command fall back to process inspection. If chef is run with a resource defined to :stop the chef_client service, such as chef-client::cron, then the non-daemonized chef-client process effectivelly kills itself by running /usr/local/etc/rc.d/chef_client status and /usr/local/etc/rc.d/chef_stop. Run chef-client manually, then run /usr/local/etc/rc.d/chef_client onestatus. The status will report chef-client running with the PID of the manually invoked chef-client process. - Bump PORTREVISION Submitted by: Scott Sanders (private e-mail) Approved by: maintainer (implicit) Feature safe: yes END