On Sat, Sep 24, 2011 at 5:41 PM, Alessandro Baggi
<[email protected]> wrote:
> Nothing, I've also tried to use pkg_scripts="clamd"
>
> It does not work.
>
> There some place where I can find some logs error? In /var/log I don't see
> nothing.
There was in man rc.d this:
RC_DEBUG Setting this variable will print the function names as they are
called and prevent the rc.subr(8) framework from redirecting
stdin and stderr to /dev/null. This is used to allow debugging
of failed actions.
but not sure where it gone. Can't see that in current/4.9
>
>
> On 09/24/2011 05:21 PM, William Yodlowsky wrote:
>>
>> On 24 September 2011 at 17:23, Alessandro
>> Baggi<[email protected]> B wrote:
>>
>>> I've put in my rc.conf.local, at the end of the file, this:
>>>
>>> rc_scripts="clamd"
>>>
>>> but it does not work.
>>
>> The variable was renamed to pkg_scripts so try this in rc.conf.local
>> instead:
>>
>> pkg_scripts="clamd"
>>
>> The system's manpage of rc.d(8) should say at the top of the page which
>> the correct one is.