Is this just my system or is there fallout from the recent changes
around how rc.conf.local is invoked?

$ head -n2 /var/run/dmesg.boot
OpenBSD 5.6 (GENERIC.MP) #297: Thu Aug  7 11:29:08 MDT 2014
    [email protected]:/usr/src/sys/arch/i386/compile/GENERIC.MP
$ grep _flags /etc/rc.conf.local
ntpd_flags="-s"
sshd_flags=""
hotplugd_flags=""
$ sudo /etc/rc.d/hotplugd start
/etc/rc.d/hotplugd: need -f to force start since hotplugd_flags=NO
$ sudo /etc/rc.d/ntpd start    
/etc/rc.d/ntpd: need -f to force start since ntpd_flags=NO
 
(sshd starts just fine.)

Reply via email to