On 2011-11-22, Tim Howe <[email protected]> wrote: > pid="/var/amavisd/amavisd.pid" .. > rc_check() { > /bin/ps -p `cat ${pid}` | /usr/bin/grep `cat ${pid}` > }
The rc.d system on OpenBSD does not use pid files.
On 2011-11-22, Tim Howe <[email protected]> wrote: > pid="/var/amavisd/amavisd.pid" .. > rc_check() { > /bin/ps -p `cat ${pid}` | /usr/bin/grep `cat ${pid}` > }
The rc.d system on OpenBSD does not use pid files.