Chase after trhodes@ in cleaning up 4.X era statements.
This commit is contained in:
parent
ef0f625516
commit
8ed100d44a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28136
1 changed files with 3 additions and 10 deletions
|
@ -153,9 +153,7 @@
|
|||
of the code is machine independent code common to all platforms to which &os; could
|
||||
potentially be ported. Notice the logical organization of the
|
||||
directory structure, with each supported device, file system, and
|
||||
option in its own subdirectory. Versions of &os; prior to 5.X
|
||||
support only the <filename>i386</filename>, <filename>alpha</filename>
|
||||
and <filename>pc98</filename> architectures.</para>
|
||||
option in its own subdirectory.</para>
|
||||
|
||||
<para>This chapter assumes that you are using the i386 architecture
|
||||
in the examples. If this is not the case for your situation,
|
||||
|
@ -167,8 +165,7 @@
|
|||
<filename>/usr/src/sys</filename> directory on your system,
|
||||
then the kernel source has not been installed. The easiest
|
||||
way to do this is by running
|
||||
<command>sysinstall</command> (<command>/stand/sysinstall</command>
|
||||
in &os; versions older than 5.2) as
|
||||
<command>sysinstall</command> as
|
||||
<username>root</username>, choosing
|
||||
<guimenuitem>Configure</guimenuitem>, then
|
||||
<guimenuitem>Distributions</guimenuitem>, then
|
||||
|
@ -313,10 +310,6 @@
|
|||
the name of this directory after being run as above.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd ../compile/<replaceable>MYKERNEL</replaceable></userinput></screen>
|
||||
|
||||
<para>For &os; versions prior to 5.0, use the following form instead:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd ../../compile/<replaceable>MYKERNEL</replaceable></userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
@ -604,7 +597,7 @@ cpu I686_CPU</programlisting>
|
|||
|
||||
<programlisting>options UFS_ACL # Support for access control lists</programlisting>
|
||||
|
||||
<para>This option, present only in &os; 5.X, enables kernel support
|
||||
<para>This option enables kernel support
|
||||
for access control lists. This relies on the use of extended
|
||||
attributes and <acronym>UFS2</acronym>, and the feature is described
|
||||
in detail in <xref linkend="fs-acl">. <acronym>ACL</acronym>s are
|
||||
|
|
Loading…
Reference in a new issue