carlopmart wrote: > On 06/09/2012 12:19 PM, Jérémie Courrèges-Anglas wrote: >> carlopmart<carlopm...@gmail.com> writes: >> >>> Hi all, >>> >>> How can I disable sndiod process?? I have configured under rc.conf: >>> >>> sndiod_flags=NO >> >> rc.conf isn't meant to be edited. use rc.conf.local > > Uhmm why?? > > I use rc.conf.local for daemons or options outside of openbsd soft base > ... >
it's simple: - read rc.conf(8) for a better understanding (or study the /etc/rc.conf script and try to figure out what could cause your sndiod_flags to get lost, after all, if you edit this script you should also be able to figure out the consequences of your actions, since it's advised to NOT edit this file) - (older) aucat_flags could interfere with sndiod_flags but if you haven't got a rc.conf.local this is probably not your problem - follow Alexandre's advice