On Nov 12, 2008, at 2:22 PM, Jeff Justice wrote:
So, is there some sort of documentation that details where the files in BIND are put or expected to be, and is it possible to keep them all in the /opt/local/etc directory with the named.conf file?

sure, although traditionally one doesn't put log files in etc/

Expiring minds want to know.


You probably want to add something like this to your named.conf:

logging {
  Channel named_log {
    file "/opt/local/etc/named.log" versions 3 size 5m;
    print-time yes;
    severity notice;
  };
  category default { named_log };
};

--
Daniel J. Luke
+========================================================+
| *---------------- [EMAIL PROTECTED] ----------------* |
| *-------------- http://www.geeklair.net -------------* |
+========================================================+
|   Opinions expressed are mine and do not necessarily   |
|          reflect the opinions of my employer.          |
+========================================================+



Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to