diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-23 11:51:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-23 11:51:58 +0000 |
commit | 6af650b4c26b02e29942b26d4372e51184932f89 (patch) | |
tree | 1f6f9810f214cc36e74676cc0eaa8297096d8d5b /dns/Makefile | |
parent | 4d99a2b4e901ed6454365581c0a375801134fa50 (diff) |
zonenotify is useful to send a NS_NOTIFY packet to BIND slave server.
When you update a zone in your djbdns DNS you must notify the slaves
about your change.
PR: ports/80091
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=133994
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 3216c17e8689..f6c6c55ce328 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -88,5 +88,6 @@ SUBDIR += updatedd SUBDIR += walker SUBDIR += zonecheck + SUBDIR += zonenotify .include <bsd.port.subdir.mk> |