Re: rc.d/linux runs unconditionally

From: Edward Tomasz Napierała <trasz_at_freebsd.org>
Date: Thu, 3 Oct 2019 17:39:10 +0100
On 1003T0947, Michael Butler wrote:
> 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,

Should be fixed now; thanks!
Received on Thu Oct 03 2019 - 14:39:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:22 UTC