possible typo

jeev jeev at boldinternet.net
Mon May 12 07:05:06 UTC 2003


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html

on that page:

Build a statically linked copy of named-xfer, and copy it into the sandbox:

# cd /usr/src/lib/libisc && make clean all
# cd /usr/src/lib/libbind && make clean all
# cd /usr/src/libexec/named-xfer && make NOSHARED=yes all
# cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer

should be something like the following:

cp /usr/obj/usr/src/libexec/named-xfer/named-xfer /etc/namedb/bin && chmod
555 /etc/namedb/bin/named-xfer

because the built named-xfer file is not in /usr/src/libexec/named-xfer,
it's in the obj dir, thanks.

j



More information about the freebsd-doc mailing list