Remove excerpt from /etc/rc.i386, the code moved to /etc/rc.

In this context it is sufficient to say that setting
"linux_enable" enables the Linux-ABI.

PR:		46778
Submitted by:	Denis N. Peplin <info@volginfo.ru>
This commit is contained in:
Martin Heinen 2003-01-06 16:28:03 +00:00
parent c4172d7591
commit 4111b2ea15
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15560

View file

@ -124,17 +124,6 @@
<programlisting>linux_enable="YES"</programlisting>
<para>This, in turn, triggers the following action in
<filename>/etc/rc.i386</filename>:</para>
<programlisting># Start the Linux binary compatibility if requested.
#
case ${linux_enable} in
[Yy][Ee][Ss])
echo -n ' linux'; linux &gt; /dev/null 2&gt;&amp;1
;;
esac</programlisting>
<para>The &man.kldstat.8; command can be used to verify that the
KLD is loaded:</para>