Add a note to chroot named section.

PR:		docs/35278
Submitted by:	Ceri <setantae@submonkey.net>
This commit is contained in:
Chern Lee 2002-02-26 09:44:00 +00:00
parent a3d3aeaf0b
commit 4d2e3c038e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12299

View file

@ -4316,7 +4316,18 @@ $TTL 6h
<screen>&prompt.root; <userinput>cd /usr/src/lib/libisc && make clean all</userinput>
&prompt.root; <userinput>cd /usr/src/lib/libbind && make clean all</userinput>
&prompt.root; <userinput>cd /usr/src/libexec/named-xfer && make NOSHARED=yes all</userinput>
&prompt.root; <userinput>cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer</userinput></screen>
&prompt.root; <userinput>cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer</userinput><co id="clean-cruft"></screen>
<calloutlist>
<callout arearefs="clean-cruft">
<para>This step has been reported to fail occasionally. If this
happens to you, then issue the command:</para>
<screen>&prompt.root; <userinput>cd /usr/src && make cleandir && make cleandir</userinput></screen>
<para>This will clean out any <quote>cruft</quote> from your
source tree, and retrying the steps above should then work.</para>
</callout>
</calloutlist>
</listitem>
<listitem>