On Sat, Jun 09, 2012 at 12:36:19PM +0200, carlopmart wrote:
> On 06/09/2012 12:21 PM, Alexandre Ratchov wrote:
> >On Sat, Jun 09, 2012 at 11:48:29AM +0200, carlopmart wrote:
> >>Hi all,
> >>
> >> How can I disable sndiod process?? I have configured under rc.conf:
> >>
> >
> >the recommended way to disable it by adding:
> >
> >sndiod_flags=NO
> >
> >in /etc/rc.conf.local
> >
> >>sndiod_flags=NO
> >>
> >> but every time host is rebooted, sndiod starts ... Why??
> >
> >indeed, it shouldn't start. May be you've multiple sndiod_flags
> >definitions, or your setting is overriden in rc.conf.local or
> >whatever else.
> >
> >-- Alexandre
>
> Nop, I don't have a rc.conf.local file ..
>
so, just do:
echo 'sndiod_flags=NO' >/etc/rc.conf.local
see rc.conf(5) man page as well.
-- Alexandre