Re: custom rc.d script not working

2006-12-06 Thread Jerry McAllister
On Wed, Dec 06, 2006 at 08:56:37AM +0530, Gobbledegeek wrote: My script is in /etc/rc.d and it executes - only when I login and find no zebra process... executing it manually starts zebra allright. Why should I put it in /usr/local/etc/rc.d ? Because that is where the system expects to find

Re: custom rc.d script not working

2006-12-05 Thread Tom Judge
Gobbledegeek wrote: I compiled quagga 0.99.5 from source (not freebsd port) and wrote this little script in the /etc/rc.d/zebra file. --- #!/bin/sh # PROVIDE: zebra # REQUIRE: NETWORKING . /etc/rc.subr name=zebra rcvar=${name}_enable

Re: custom rc.d script not working

2006-12-05 Thread Jerry McAllister
On Tue, Dec 05, 2006 at 11:30:41AM +, Tom Judge wrote: Gobbledegeek wrote: I compiled quagga 0.99.5 from source (not freebsd port) and wrote this little script in the /etc/rc.d/zebra file. --- #!/bin/sh # PROVIDE: zebra # REQUIRE: NETWORKING .

Re: custom rc.d script not working

2006-12-05 Thread Gobbledegeek
My script is in /etc/rc.d and it executes - only when I login and find no zebra process... executing it manually starts zebra allright. Why should I put it in /usr/local/etc/rc.d ? I think I see a 0.99.5 version in freshports.org. I'll just use that instead. Thanks ye all for the help...

Re: custom rc.d script not working

2006-12-05 Thread Lane
On Tuesday 05 December 2006 21:26, Gobbledegeek wrote: My script is in /etc/rc.d and it executes - only when I login and find no zebra process... executing it manually starts zebra allright. Why should I put it in /usr/local/etc/rc.d ? I think I see a 0.99.5 version in freshports.org. I'll

custom rc.d script not working

2006-12-04 Thread Gobbledegeek
I compiled quagga 0.99.5 from source (not freebsd port) and wrote this little script in the /etc/rc.d/zebra file. --- #!/bin/sh # PROVIDE: zebra # REQUIRE: NETWORKING . /etc/rc.subr name=zebra rcvar=${name}_enable required_files=/usr/local/etc/${name}.conf