diff options
author | Stephen Morris <stephen@isc.org> | 2010-11-25 14:53:42 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2010-11-25 14:53:42 +0100 |
commit | 8681b8636ff462920f9ca3b663632226e12d186c (patch) | |
tree | c0254eea518d2383dc2322f6dd6eb9285239be53 /src/bin/Makefile.am | |
parent | Create branch to add configuration information to determine whether to (diff) | |
download | kea-8681b8636ff462920f9ca3b663632226e12d186c.tar.xz kea-8681b8636ff462920f9ca3b663632226e12d186c.zip |
Added start_auth and start_recurse options to the Boss process to determine
where to start the authoritative and/or recursive server. Additional
command-line options have been provided to set the address/port for the
latter.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac412@3638 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r-- | src/bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 65ca0e6356..67d24dd9d9 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout \ - usermgr zonemgr stats tests + usermgr zonemgr stats tests recurse check-recursive: all-recursive |