~ubuntu-branches/ubuntu/maverick/bind9/maverick

« back to all changes in this revision

Viewing changes to bin/check/named-checkconf.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, LaMont Jones, Internet Software Consortium, Inc, localization folks
  • Date: 2008-08-02 14:20:20 UTC
  • mfrom: (1.2.1 upstream) (6.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802142020-l1hon9jy8lbbjxmg
[LaMont Jones]

* default to using resolvconf if it is installed
* fix sonames and dependencies.  Closes: #149259, #492418
* Do not build-depend libcap2-dev on non-linux.  Closes: #493392
* drop unused query-loc manpage.  Closes: #492564
* lwresd: Deliver /etc/bind directory.  Closes: #490027
* fix query-source comment in default install

[Internet Software Consortium, Inc]

* 9.5.0-P2.  Closes: #492949

[localization folks]

* l10n: Spanish debconf translation.  Closes: #492425 (Ignacio Mondino)
* l10n: Swedish debconf templates.  Closes: #491369 (Martin Ågren)
* l10n: Japanese debconf translations.  Closes: #492048 (Hideki Yamane
  (Debian-JP))
* l10n: Finnish translation.  Closes: #490630 (Esko Arajärvi)
* l10n: Italian debconf translations.  Closes: #492587 (Alessandro Vietta)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!--
2
 
 - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
 
2
 - Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
3
3
 - Copyright (C) 2000-2002 Internet Software Consortium.
4
4
 - 
5
5
 - Permission to use, copy, modify, and distribute this software for any
14
14
 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
 - PERFORMANCE OF THIS SOFTWARE.
16
16
-->
17
 
<!-- $Id: named-checkconf.html,v 1.5.2.1.4.12 2005/10/13 02:33:42 marka Exp $ -->
 
17
<!-- $Id: named-checkconf.html,v 1.30 2007/06/20 02:27:32 marka Exp $ -->
18
18
<html>
19
19
<head>
20
20
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21
21
<title>named-checkconf</title>
22
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
 
22
<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23
23
</head>
24
24
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
25
 
<a name="id2463721"></a><div class="titlepage"></div>
 
25
<a name="man.named-checkconf"></a><div class="titlepage"></div>
26
26
<div class="refnamediv">
27
27
<h2>Name</h2>
28
28
<p><span class="application">named-checkconf</span> &#8212; named configuration file syntax checking tool</p>
29
29
</div>
30
30
<div class="refsynopsisdiv">
31
31
<h2>Synopsis</h2>
32
 
<div class="cmdsynopsis"><p><code class="command">named-checkconf</code>  [<code class="option">-v</code>] [<code class="option">-j</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename} [<code class="option">-z</code>]</p></div>
 
32
<div class="cmdsynopsis"><p><code class="command">named-checkconf</code>  [<code class="option">-h</code>] [<code class="option">-v</code>] [<code class="option">-j</code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] {filename} [<code class="option">-z</code>]</p></div>
33
33
</div>
34
34
<div class="refsect1" lang="en">
35
 
<a name="id2525865"></a><h2>DESCRIPTION</h2>
36
 
<p>
37
 
        <span><strong class="command">named-checkconf</strong></span> checks the syntax, but not
38
 
        the semantics, of a named configuration file.
 
35
<a name="id2543387"></a><h2>DESCRIPTION</h2>
 
36
<p><span><strong class="command">named-checkconf</strong></span>
 
37
      checks the syntax, but not the semantics, of a named
 
38
      configuration file.
39
39
    </p>
40
40
</div>
41
41
<div class="refsect1" lang="en">
42
 
<a name="id2525878"></a><h2>OPTIONS</h2>
 
42
<a name="id2543399"></a><h2>OPTIONS</h2>
43
43
<div class="variablelist"><dl>
 
44
<dt><span class="term">-h</span></dt>
 
45
<dd><p>
 
46
            Print the usage summary and exit.
 
47
          </p></dd>
44
48
<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
45
49
<dd><p>
46
 
              chroot to <code class="filename">directory</code> so that include
47
 
              directives in the configuration file are processed as if
48
 
              run by a similarly chrooted named.
49
 
          </p></dd>
 
50
            Chroot to <code class="filename">directory</code> so that
 
51
            include
 
52
            directives in the configuration file are processed as if
 
53
            run by a similarly chrooted named.
 
54
          </p></dd>
50
55
<dt><span class="term">-v</span></dt>
51
56
<dd><p>
52
 
              Print the version of the <span><strong class="command">named-checkconf</strong></span>
53
 
              program and exit.
54
 
          </p></dd>
 
57
            Print the version of the <span><strong class="command">named-checkconf</strong></span>
 
58
            program and exit.
 
59
          </p></dd>
55
60
<dt><span class="term">-z</span></dt>
56
61
<dd><p>
57
 
              Perform a check load the master zonefiles found in
58
 
              <code class="filename">named.conf</code>.
59
 
          </p></dd>
 
62
            Perform a test load of all master zones found in
 
63
            <code class="filename">named.conf</code>.
 
64
          </p></dd>
60
65
<dt><span class="term">-j</span></dt>
61
66
<dd><p>
62
 
              When loading a zonefile read the journal if it exists.
63
 
          </p></dd>
 
67
            When loading a zonefile read the journal if it exists.
 
68
          </p></dd>
64
69
<dt><span class="term">filename</span></dt>
65
70
<dd><p>
66
 
               The name of the configuration file to be checked.  If not
67
 
               specified, it defaults to <code class="filename">/etc/named.conf</code>.
68
 
          </p></dd>
 
71
            The name of the configuration file to be checked.  If not
 
72
            specified, it defaults to <code class="filename">/etc/named.conf</code>.
 
73
          </p></dd>
69
74
</dl></div>
70
75
</div>
71
76
<div class="refsect1" lang="en">
72
 
<a name="id2525970"></a><h2>RETURN VALUES</h2>
73
 
<p>
74
 
        <span><strong class="command">named-checkconf</strong></span> returns an exit status of 1 if
75
 
        errors were detected and 0 otherwise.
 
77
<a name="id2543507"></a><h2>RETURN VALUES</h2>
 
78
<p><span><strong class="command">named-checkconf</strong></span>
 
79
      returns an exit status of 1 if
 
80
      errors were detected and 0 otherwise.
76
81
    </p>
77
82
</div>
78
83
<div class="refsect1" lang="en">
79
 
<a name="id2525982"></a><h2>SEE ALSO</h2>
80
 
<p>
81
 
      <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
 
84
<a name="id2543518"></a><h2>SEE ALSO</h2>
 
85
<p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
 
86
      <span class="citerefentry"><span class="refentrytitle">named-checkzone</span>(8)</span>,
82
87
      <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
83
88
    </p>
84
89
</div>
85
90
<div class="refsect1" lang="en">
86
 
<a name="id2526006"></a><h2>AUTHOR</h2>
87
 
<p>
88
 
        <span class="corpauthor">Internet Systems Consortium</span>
 
91
<a name="id2543548"></a><h2>AUTHOR</h2>
 
92
<p><span class="corpauthor">Internet Systems Consortium</span>
89
93
    </p>
90
94
</div>
91
95
</div></body>