Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2012 12:10:08 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Matthew Seaman <matthew@FreeBSD.org>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: seems i cannot fully understand {/,/usr/local/}/etc/rc.d/*
Message-ID:  <alpine.BSF.2.00.1206201209500.23787@wojtek.tensor.gdynia.pl>
In-Reply-To: <4FE1935C.60902@FreeBSD.org>
References:  <alpine.BSF.2.00.1206201020550.40030@wojtek.tensor.gdynia.pl> <4FE18D93.4060809@FreeBSD.org> <alpine.BSF.2.00.1206201049450.23394@wojtek.tensor.gdynia.pl> <4FE1935C.60902@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>> #!/bin/sh
>>> #
>>> # Persuade vboxheadless to start before samba.
>>>
>>> # PROVIDE: precedence
>>> # REQUIRE: vboxheadless
>>> # BEFORE: samba
>>>
>>> :
>>>
>>> Make it executable.  Note -- the ':' does seem to be necessary.
>>>
>> thank you for help. I will test it when being on place and could reboot.
>>
>> But still - do you know why it is necessary?
>>
>> cannot i just add BEFORE: samba in vboxheadless?
>>
>
> Yes, that should work too.  However any time you update vboxheadless
> you'll have to remember to add that modification back to the rc script.
> Using a separate file stops that being a problem.

now i understood completely. thank you



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1206201209500.23787>