Date: Thu, 3 Oct 2019 17:39:10 +0100 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@freebsd.org> To: Michael Butler <imb@protected-networks.net> Cc: Ed Maste <emaste@freebsd.org>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: rc.d/linux runs unconditionally Message-ID: <20191003163910.GA3359@v2> In-Reply-To: <a1d5c530-8084-71b4-ef58-76982e0c7153@protected-networks.net> References: <a1d5c530-8084-71b4-ef58-76982e0c7153@protected-networks.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191003163910.GA3359>
