Stop reading HOWTOS on the Internet.
Read an actual book on UNIX.
(UNIX not Linux. there is a difference)
(GNU is not UNIX)
(No truer words have been spoken)
This stuff is UNIX 101.
Because it is UNIX 101 is the reason the replies
you have gotten are either non existent or
dismissive. However, you have been led in the
right direction. Read man pages. If you don't
understand the consequences of editing a
config file then don't edit them.
Stop reading HOWTOS.
They do not lead to understanding.  

On Sun, Jun 10, 2012, at 10:25 AM, carlopmart wrote:
> On 06/09/2012 12:56 PM, Alexandre Ratchov wrote:
> > 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
> 
> Ok, I have restored original rc.conf file, and created rc.conf.local 
> with my options ... and works.
> 
> But then a doubt emerges. What files are not recommended to touch 
> between upgrades? Where can I found this info??
> 
> 
> -- 
> CL Martinez
> carlopmart {at} gmail {d0t} com

Reply via email to