BIND 8.2.3 (T9B) is available for general testing
LaMont Jones
lamont at hp.com
Sun Dec 3 15:39:37 UTC 2000
I don't know about YACC on other platforms, but HP-UX's yacc really likes it
better with this patch:
lamont
--- src.orig/bin/named/ns_parser.y Sat Dec 2 11:39:27 2000
+++ src/bin/named/ns_parser.y Sun Dec 3 08:31:24 2000
@@ -537,7 +537,7 @@
{
current_options->stats_interval = $2 * 60;
}
- | T_HOSTSTATSMAX L_NUMBER;
+ | T_HOSTSTATSMAX L_NUMBER
{
current_options->max_host_stats = $2;
}
More information about the bind-workers
mailing list