rc.d/linux runs unconditionally
    Michael Butler 
    imb at protected-networks.net
       
    Thu Oct  3 13:53:51 UTC 2019
    
    
  
In rc.d/sysvipc we see ..
name="sysvipc"
desc="Load SysV IPC modules"
rcvar="sysvipc_enable"
start_cmd="${name}_start"
 .. so it won't try to run without explicitly setting sysvipc_enable in
/etc/rc.conf.
However in rc.d/linux, we have only ..
name="linux"
desc="Enable Linux ABI"
start_cmd="${name}_start"
 .. which causes it to try to load the linux modules unconditionally
even when I don't want them,
	imb
    
    
More information about the freebsd-current
mailing list