Re: Help With rc.d Script -- SOLVED

2009-06-11 Thread Paul Schmehl
--On Thursday, June 11, 2009 08:45:59 -0500 Drew Tomlinson wrote: The problem here is that urchinctl does not write a pid file by default and I can't figure out how to make it do so. However in reading man rc.subr, I found argument_cmd that works for me. By setting argument_cmd, I can override

Re: Help With rc.d Script -- SOLVED

2009-06-11 Thread Mel Flynn
On Thursday 11 June 2009 05:45:59 Drew Tomlinson wrote: > Paul Schmehl wrote: > > --On June 10, 2009 7:09:17 PM -0700 Drew Tomlinson > > > > wrote: > All I want to do is create a script within the rc.d framework that > runs > "/usr/local/urchin/bin/urchinctl start" when the system b

Re: Help With rc.d Script -- SOLVED

2009-06-11 Thread Drew Tomlinson
Paul Schmehl wrote: --On June 10, 2009 7:09:17 PM -0700 Drew Tomlinson wrote: All I want to do is create a script within the rc.d framework that runs "/usr/local/urchin/bin/urchinctl start" when the system boots and "/usr/local/urchin/bin/urchinctl stop" when the system shuts down. Followin