Schiz0 wrote:
Hey,

I'm running 7.0-RELEASE-p2 on a production box. I'm aware that -p3 was
released, which is a security patch for BIND. Is there any way to
compile and install the changed files without restarting the system? I
do run BIND as a caching daemon, so I would like to keep it up to
date.

Thanks.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


You do not have to restart the system, this is not a kernel update (and FreeBSD is not windows ;) ). It is sufficient to restart bind (if you are actually using it):

/etc/rc.d/named restart

will do it.

As for getting the update, just do:

freebsd-update fetch install
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to