Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 09:47:13 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        trasz@freebsd.org, Ed Maste <emaste@freebsd.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   rc.d/linux runs unconditionally
Message-ID:  <a1d5c530-8084-71b4-ef58-76982e0c7153@protected-networks.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a1d5c530-8084-71b4-ef58-76982e0c7153>