Re: freebsd doesm't see my script on boot

2006-11-30 Thread Mikhail Goriachev
Gregory Edigarov wrote: [...] > > #PROVIDE l2tpd > #REQUIRE NETWORKING Try changing those lines to: # PROVIDE: l2tpd # REQUIRE: NETWORKING ^ ^ (add empty spaces and colons) Regards, Mikhail. -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 38255158 E

Re: freebsd doesm't see my script on boot

2006-11-27 Thread Lane
On Monday 27 November 2006 11:02, Jerry McAllister wrote: > On Mon, Nov 27, 2006 at 06:30:43PM +0200, Gregory Edigarov wrote: > > Hello, Everybody > > > > Well, here is what I am doing: > > ls -l /usr/local/etc/rc.d > > total 30 > > -r-xr-xr-x 1 root wheel 4744 Nov 13 11:38 apache22 > > -r-xr-xr

Re: freebsd doesm't see my script on boot

2006-11-27 Thread Lane
On Monday 27 November 2006 10:30, Gregory Edigarov wrote: > Hello, Everybody > > Well, here is what I am doing: > ls -l /usr/local/etc/rc.d > total 30 > -r-xr-xr-x 1 root wheel 4744 Nov 13 11:38 apache22 > -r-xr-xr-x 1 root wheel 673 Nov 13 14:27 clamav-clamd > -r-xr-xr-x 1 root wheel 72

Re: freebsd doesm't see my script on boot

2006-11-27 Thread Vince Hoffman
Gregory Edigarov wrote: > Hello, Everybody > > Well, here is what I am doing: > ls -l /usr/local/etc/rc.d > total 30 > -r-xr-xr-x 1 root wheel 4744 Nov 13 11:38 apache22 > -r-xr-xr-x 1 root wheel 673 Nov 13 14:27 clamav-clamd > -r-xr-xr-x 1 root wheel 722 Nov 13 14:27 clamav-freshclam >

Re: freebsd doesm't see my script on boot

2006-11-27 Thread Jerry McAllister
On Mon, Nov 27, 2006 at 06:30:43PM +0200, Gregory Edigarov wrote: > Hello, Everybody > > Well, here is what I am doing: > ls -l /usr/local/etc/rc.d > total 30 > -r-xr-xr-x 1 root wheel 4744 Nov 13 11:38 apache22 > -r-xr-xr-x 1 root wheel 673 Nov 13 14:27 clamav-clamd > -r-xr-xr-x 1 root