History log of /freebsd-10-stable/share/man/man5/resolver.5
Revision Date Author Comments
# 292462 19-Dec-2015 vangyzen

MFC r289315, r292216

resolver: automatically reload /etc/resolv.conf

On each resolver query, use stat(2) to see if the modification time
of /etc/resolv.conf has changed. If so, reload the file and reinitialize
the resolver library. However, only call stat(2) if at least two seconds
have passed since the last call to stat(2), since calling it on every
query could kill performance.

This new behavior is enabled by default. Add a "reload-period" option
to disable it or change the period of the test.

Document this behavior and option in resolv.conf(5).

Polish the man page just enough to appease igor.

Relnotes: yes
Sponsored by: Dell Inc.


# 260084 30-Dec-2013 pluknet

MFC r259879: Clean up manual pages after BIND removal.


# 260084 30-Dec-2013 pluknet

MFC r259879: Clean up manual pages after BIND removal.