Add a note that users of 4.9-RELEASE will not need to build their own

statically linked copy of named-xfer if they want to run named in a
chrooted environment, and can simply copy the one from /usr/libexec.
This commit is contained in:
Ceri Davies 2003-08-26 22:34:56 +00:00
parent 2b90e90e5a
commit d4983d81b8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18002

View file

@ -5064,7 +5064,7 @@ $TTL 6h
</listitem>
<listitem>
<para>Build a statically linked copy of
<para>If you are running a version of &os; prior to 4.9-RELEASE, build a statically linked copy of
<application>named-xfer</application>, and copy it into the sandbox:</para>
<screen>&prompt.root; <userinput>cd /usr/src/lib/libisc</userinput>
@ -5102,6 +5102,11 @@ $TTL 6h
source tree, and retrying the steps above should then work.</para>
</callout>
</calloutlist>
<para>If you are running &os; version 4.9-RELEASE or later, then
the copy of <command>named-xfer</command> in
<filename>/usr/libexec</filename> is statically linked by default,
and you can simply use &man.cp.1; to copy it into your sandbox.</para>
</listitem>
<listitem>