priority or order for /usr/local/etc/rc.d scripts?

2008-06-30 Thread fred
Hi guys, Basically, I have 2 scripts in the folder “/usr/local/etc/rc.d/” Resin.sh and apache.sh I need resin to be started when apache is starting, how can I do that? I can’t find any documentation on priority or order for startup scripts. I have tried adding a line at the end of

Re: priority or order for /usr/local/etc/rc.d scripts?

2008-06-30 Thread Derek Ragona
At 03:37 PM 6/30/2008, fred wrote: Hi guys, Basically, I have 2 scripts in the folder /usr/local/etc/rc.d/ Resin.sh and apache.sh I need resin to be started when apache is starting, how can I do that? I can't find any documentation on priority or order for startup scripts. I have

Re: priority or order for /usr/local/etc/rc.d scripts?

2008-06-30 Thread Paul Schmehl
--On June 30, 2008 4:37:47 PM -0400 fred [EMAIL PROTECTED] wrote: Hi guys, Basically, I have 2 scripts in the folder “/usr/local/etc/rc.d/” Resin.sh and apache.sh I need resin to be started when apache is starting, how can I do that? I can’t find any documentation on priority or order

Re: priority or order for /usr/local/etc/rc.d scripts?

2008-06-30 Thread Andrew Wright
Regarding the order of rc scripts, On Mon, 30 Jun 2008, fred wrote: I need resin to be started when apache is starting, how can I do that? I can?t find any documentation on priority or order for startup scripts. The rcorder(8) page will help you out. Note the PROVIDE and REQUIRE keywords.

Re: priority or order for /usr/local/etc/rc.d scripts?

2008-06-30 Thread Roland Smith
On Mon, Jun 30, 2008 at 04:37:47PM -0400, fred wrote: Hi guys, Basically, I have 2 scripts in the folder /usr/local/etc/rc.d/ Resin.sh and apache.sh Are these the scripts provided by the ports? They should be installed without the '.sh' extension. See rc(8). I need resin to be started