I'm in the process of reorganizing my
I executed
It also does not show up in the output of
This (
I've checked
rc
stuff to take advantage of individual /etc/rc.conf.d
files (as opposed to just using a monolithic /etc/rc.d
). I just noticed something that surprised me, and I'm wondering if this is expected or not. If so, then if there's a way to get things to operate as *I* expected, and if not, then if there's something I might be doing wrong, or some other way to getting the information I want.I executed
sysrc unbound_enable
, and was told "sysrc: unknown variable 'unbound_enable'". This is a variable that I am certain is now set in my /etc/rc.conf.d/unbound
file rather than in /etc/rc.conf
. Additionally, I'm virtually certain that the rc
system knows about it, because if not, I have no idea how else unbound
is successfully starting up at boot time, can be successfully interacted with via service unbound [I]whatever[/I]
, and so on.It also does not show up in the output of
sysrc -a
(or of sysrc -A
, but I would be really surprised if it did show up there).This (
unbound_enable
) is just an example: Everything else defined in a /etc/rc.conf.d
I've checked
man sysrc
, and there I've seen various things mentioning /etc/rc.conf.d
, but they don't seem to have anything to do with displaying variables contained therein.