Properly mark an instance of KMODDIR as a variable name.
This commit is contained in:
parent
762c0468ab
commit
88cfe1e6fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43216
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@
|
||||||
<listitem><para>Define <varname>KMODDIR</varname> to <filename
|
<listitem><para>Define <varname>KMODDIR</varname> to <filename
|
||||||
class="directory">/boot/modules</filename> by default, add it
|
class="directory">/boot/modules</filename> by default, add it
|
||||||
to <varname>PLIST_SUB</varname> and <varname>MAKE_ENV</varname>,
|
to <varname>PLIST_SUB</varname> and <varname>MAKE_ENV</varname>,
|
||||||
and create it upon installation. If KMODDIR is set to
|
and create it upon installation. If <varname>KMODDIR</varname>
|
||||||
|
is set to
|
||||||
<filename class="directory">/boot/kernel</filename>, it will be
|
<filename class="directory">/boot/kernel</filename>, it will be
|
||||||
rewritten to <filename class="directory">/boot/modules</filename>.
|
rewritten to <filename class="directory">/boot/modules</filename>.
|
||||||
This prevents breaking packages when upgrading the kernel due to
|
This prevents breaking packages when upgrading the kernel due to
|
||||||
|
|
Loading…
Reference in a new issue