Date: Sun, 10 Feb 2002 17:02:15 -0800 From: "Jeff Shevlen" <jshevlen@passedpawn.com> To: <freebsd-questions@FreeBSD.ORG> Subject: DNS in sandbox Message-ID: <011f01c1b297$bf480ae0$b300a8c0@wenk>
next in thread | raw e-mail | index | archive | help
Hi, Following the handbook all is well up until: " 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 cp: named-xfer is a directory (not copied). I am newbie and likely missing something here but (1) the "... (not copied)" makes complete sense in this context, and (2) I don't see how copying named-xfer/ (a directory with only a Makefile as it's contents) into the sandbox will achieve the stated effect of copying a statically linked copy of named-xfer into the sandbox... I'm confused. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?011f01c1b297$bf480ae0$b300a8c0>