Re: rcNG script problems

2005-06-15 Thread Alex Zbyslaw
Jarrod Martin wrote: yea i've figured it out. this really should be better documented though... i'll be sending all the info to the documentation mailing list. here's the proper way to do it. the filename is 'httpd_start.sh' with 555 mode. rc scripts, both rcNG and the old *.sh styles mus

Re: rcNG script problems

2005-06-15 Thread Alex Zbyslaw
Brooks Davis wrote: [rcorder not being run on /usr/local/etc/rc.d etc] There are two reasons. First, we have nearly thirteen-THOUSAND ports so any change needs to be gradual. Second, /usr/local is not generally available when rcorder is run so /etc/rc becomes more complicated to allow scripts

Re: rcNG script problems

2005-06-14 Thread Brooks Davis
On Tue, Jun 14, 2005 at 11:12:01PM +0100, Alex Zbyslaw wrote: > Chad Leigh -- Shire.Net LLC wrote: > > > > >On Jun 14, 2005, at 1:39 PM, JM wrote: > > > >>Kirk Strauser wrote: > >> > >> > >>>On Tuesday 14 June 2005 12:07, JM wrote: > >>> > >>> > i've written an rcNG script but i'm having some

Re: rcNG script problems

2005-06-14 Thread Jarrod Martin
Alex Zbyslaw wrote: Chad Leigh -- Shire.Net LLC wrote: On Jun 14, 2005, at 1:39 PM, JM wrote: Kirk Strauser wrote: On Tuesday 14 June 2005 12:07, JM wrote: i've written an rcNG script but i'm having some issues. Step one: set rc_debug="YES" in /etc/rc.conf to see what's actually

Re: rcNG script problems

2005-06-14 Thread Jarrod Martin
Chad Leigh -- Shire.Net LLC wrote: On Jun 14, 2005, at 1:39 PM, JM wrote: Kirk Strauser wrote: On Tuesday 14 June 2005 12:07, JM wrote: i've written an rcNG script but i'm having some issues. Step one: set rc_debug="YES" in /etc/rc.conf to see what's actually happening when you at

Re: rcNG script problems

2005-06-14 Thread Alex Zbyslaw
Chad Leigh -- Shire.Net LLC wrote: On Jun 14, 2005, at 1:39 PM, JM wrote: Kirk Strauser wrote: On Tuesday 14 June 2005 12:07, JM wrote: i've written an rcNG script but i'm having some issues. Step one: set rc_debug="YES" in /etc/rc.conf to see what's actually happening when you att

Re: rcNG script problems

2005-06-14 Thread Chad Leigh -- Shire.Net LLC
On Jun 14, 2005, at 1:39 PM, JM wrote: Kirk Strauser wrote: On Tuesday 14 June 2005 12:07, JM wrote: i've written an rcNG script but i'm having some issues. Step one: set rc_debug="YES" in /etc/rc.conf to see what's actually happening when you attempt to run your script. That see

Re: rcNG script problems

2005-06-14 Thread JM
Kirk Strauser wrote: On Tuesday 14 June 2005 12:07, JM wrote: i've written an rcNG script but i'm having some issues. Step one: set rc_debug="YES" in /etc/rc.conf to see what's actually happening when you attempt to run your script. That seems to uncover about 95% of the problems I

Re: rcNG script problems

2005-06-14 Thread Kirk Strauser
On Tuesday 14 June 2005 12:07, JM wrote: > i've written an rcNG script but i'm having some issues. Step one: set rc_debug="YES" in /etc/rc.conf to see what's actually happening when you attempt to run your script. That seems to uncover about 95% of the problems I've had. -- Kirk Strauser pgp

rcNG script problems

2005-06-14 Thread JM
i've written an rcNG script but i'm having some issues. i've read all of the documentation and searched in the mailing lists and didn't find anything about writting custom rcNG scripts. i've built apache2 and PHP5 from source (not from ports) so i had to write my own script to start httpd at