2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 16:45:24 +00:00

regen master

This commit is contained in:
Tinderbox User
2017-10-12 01:08:20 +00:00
parent 9f1e715a64
commit 77c7d1c555
5 changed files with 31 additions and 23 deletions

14
configure vendored
View File

@@ -940,7 +940,6 @@ infodir
docdir docdir
oldincludedir oldincludedir
includedir includedir
runstatedir
localstatedir localstatedir
sharedstatedir sharedstatedir
sysconfdir sysconfdir
@@ -1104,7 +1103,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc' sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com' sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var' localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include' includedir='${prefix}/include'
oldincludedir='/usr/include' oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1357,15 +1355,6 @@ do
| -silent | --silent | --silen | --sile | --sil) | -silent | --silent | --silen | --sile | --sil)
silent=yes ;; silent=yes ;;
-runstatedir | --runstatedir | --runstatedi | --runstated \
| --runstate | --runstat | --runsta | --runst | --runs \
| --run | --ru | --r)
ac_prev=runstatedir ;;
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
| --run=* | --ru=* | --r=*)
runstatedir=$ac_optarg ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;; ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1503,7 +1492,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \ datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir runstatedir libdir localedir mandir
do do
eval ac_val=\$$ac_var eval ac_val=\$$ac_var
# Remove trailing slashes. # Remove trailing slashes.
@@ -1656,7 +1645,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var] --localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib] --libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include] --includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include] --oldincludedir=DIR C header files for non-gcc [/usr/include]

View File

@@ -2752,17 +2752,16 @@ badresp:1,adberr:0,findfail:0,valfail:0]
<dd> <dd>
<p> <p>
The working directory of the server. The working directory of the server.
Any non-absolute pathnames in the configuration file will be Any non-absolute pathnames in the configuration file will
taken be taken as relative to this directory. The default
as relative to this directory. The default location for most location for most server output files
server (e.g. <code class="filename">named.run</code>) is this directory.
output files (e.g. <code class="filename">named.run</code>)
is this directory.
If a directory is not specified, the working directory If a directory is not specified, the working directory
defaults to `<code class="filename">.</code>', the directory from defaults to `<code class="filename">.</code>', the directory from
which the server which the server was started. The directory specified
was started. The directory specified should be an absolute should be an absolute path, and <span class="emphasis"><em>must</em></span>
path. be writable by the effective user ID of the
<span class="command"><strong>named</strong></span> process.
</p> </p>
</dd> </dd>
<dt><span class="term"><span class="command"><strong>dnstap</strong></span></span></dt> <dt><span class="term"><span class="command"><strong>dnstap</strong></span></span></dt>
@@ -3018,7 +3017,9 @@ badresp:1,adberr:0,findfail:0,valfail:0]
<p> <p>
Specifies the directory in which to store the files that Specifies the directory in which to store the files that
track managed DNSSEC keys. By default, this is the working track managed DNSSEC keys. By default, this is the working
directory. directory. The directory <span class="emphasis"><em>must</em></span>
be writable by the effective user ID of the
<span class="command"><strong>named</strong></span> process.
</p> </p>
<p> <p>
If <span class="command"><strong>named</strong></span> is not configured to use views, If <span class="command"><strong>named</strong></span> is not configured to use views,

View File

@@ -535,6 +535,15 @@
anchor is now a fatal configuration error. [RT #46155] anchor is now a fatal configuration error. [RT #46155]
</p> </p>
</li> </li>
<li class="listitem">
<p>
<span class="command"><strong>named</strong></span> will no longer start or accept
reconfiguration if the working directory (specified by the
<span class="command"><strong>directory</strong></span> option) or the managed-keys
directory (specified by <span class="command"><strong>managed-keys-directory</strong></span>
are not writable by the effective user ID. [RT #46077]
</p>
</li>
<li class="listitem"> <li class="listitem">
<p> <p>
Previously, <span class="command"><strong>update-policy local;</strong></span> accepted Previously, <span class="command"><strong>update-policy local;</strong></span> accepted

View File

@@ -496,6 +496,15 @@
anchor is now a fatal configuration error. [RT #46155] anchor is now a fatal configuration error. [RT #46155]
</p> </p>
</li> </li>
<li class="listitem">
<p>
<span class="command"><strong>named</strong></span> will no longer start or accept
reconfiguration if the working directory (specified by the
<span class="command"><strong>directory</strong></span> option) or the managed-keys
directory (specified by <span class="command"><strong>managed-keys-directory</strong></span>
are not writable by the effective user ID. [RT #46077]
</p>
</li>
<li class="listitem"> <li class="listitem">
<p> <p>
Previously, <span class="command"><strong>update-policy local;</strong></span> accepted Previously, <span class="command"><strong>update-policy local;</strong></span> accepted

View File

@@ -4,3 +4,4 @@ prop: test-suite = bind9
tp: listenlist_test tp: listenlist_test
tp: notify_test tp: notify_test
tp: query_test