mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
19 lines
360 B
Plaintext
19 lines
360 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To get bindgraph working, you have to set querylog for bind. An example
|
|
named.conf will be
|
|
|
|
logging {
|
|
channel "querylog" {
|
|
file "/var/log/query.log" versions 50 size 20m;
|
|
print-time yes;
|
|
};
|
|
category queries { querylog; };
|
|
};
|
|
|
|
Make sure BINDGRAPH_USER (default www) can read this log file.
|
|
EOM
|
|
}
|
|
]
|