source: server/major/bind.xml@ 160e58a4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 160e58a4 was 160e58a4, checked in by Igor Živković <igor@…>, 11 years ago

update to bind-9.4.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11910 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 22.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bind-download-http " ">
8 <!ENTITY bind-download-ftp
9 "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
10 <!ENTITY bind-md5sum "f69757adc86776daed8e5acb0ee7c0ca">
11 <!ENTITY bind-size "7.2 MB">
12 <!ENTITY bind-buildsize "119 MB (additional 34 MB to run the test suite)">
13 <!ENTITY bind-time "1.9 SBU (additional 15 minutes, processor
14 independent, to run the complete test suite)">
15]>
16
17<sect1 id="bind" xreflabel="BIND-&bind-version;">
18 <?dbhtml filename="bind.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>BIND-&bind-version;</title>
26
27 <indexterm zone="bind">
28 <primary sortas="a-BIND">BIND</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to BIND</title>
33
34 <para>The <application>BIND</application> package provides a DNS server
35 and client utilities. If you are only interested in the utilities, refer
36 to the <xref linkend="bind-utils"/>.</para>
37
38 &lfs74_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &bind-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &bind-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &bind-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &bind-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Optional patch (if net-tools is not installed):
66 <ulink
67 url="&patch-root;/bind-&bind-version;-use_iproute2-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">BIND Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="libcap2"/>,
76 <xref linkend="libxml2"/>,
77 <xref linkend="mitkrb"/>, and
78 <xref linkend="openssl"/>
79
80 <bridgehead renderas="sect4">Optional database backends</bridgehead>
81 <para role="optional">
82 <xref linkend="postgresql"/>,
83 <xref linkend="mysql"/>,
84 <xref linkend="db"/>,
85 <xref linkend="openldap"/>, and
86 <xref linkend="unixodbc"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
90 <para role="optional">
91 <xref linkend="perl-net-dns"/> and
92 <xref linkend="net-tools"/> (you may omit net-tools by using the optional
93 patch to utilize iproute2, but the IPv6 tests will fail)
94 </para>
95
96 <bridgehead renderas="sect4">Optional (to rebuild the documentation)</bridgehead>
97 <para role="optional">
98 <xref linkend="doxygen"/>,
99 <xref linkend="texlive"/>, and
100 <xref linkend="libxslt"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/bind"/></para>
105
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of BIND</title>
110
111 <para>If you have chosen not to install net-tools, apply the iproute2
112 patch with the following command:</para>
113
114<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
115
116<!--
117 <para>If you want to <command>configure</command>
118 <application>BIND</application> with the option
119 <option>- -disable-static</option> fix a bug in one of the Makefiles:</para>
120 <!- - this is a bug in bind-9.8.1 that wasn't in bind-9.8.0 - ->
121
122<screen><userinput>sed -i 's# driver.o# .libs/driver.o#' bin/tests/system/dlzexternal/Makefile.in</userinput></screen>
123-->
124 <para>Install <application>BIND</application> by running the
125 following commands:</para>
126
127<screen><userinput>./configure --prefix=/usr \
128 --sysconfdir=/etc \
129 --localstatedir=/var \
130 --mandir=/usr/share/man \
131 --enable-threads \
132 --with-libtool \
133 --disable-static &amp;&amp;
134make</userinput></screen>
135
136 <para>Issue the following commands to run the complete suite of tests.
137 First, as the <systemitem class="username">root</systemitem> user, set up
138 some test interfaces:</para>
139
140<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
141
142 <para>Now run the test suite as an unprivileged user:</para>
143
144<screen><userinput>make check 2&gt;&amp;1 | tee check.log</userinput></screen>
145
146 <para>Again as <systemitem class="username">root</systemitem>, clean up the
147 test interfaces:</para>
148
149<screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
150
151 <para>Issue the following command to check that all 185 tests
152 ran successfully:</para>
153
154<screen><userinput>grep "R:PASS" check.log | wc -l</userinput></screen>
155
156 <para>Finally, install the package as the <systemitem
157 class="username">root</systemitem> user:</para>
158
159<screen role="root"><userinput>make install &amp;&amp;
160chmod -v 0755 /usr/lib/lib{bind9,dns,isc{,cc,cfg},lwres}.so &amp;&amp;
161
162install -v -m755 -d /usr/share/doc/bind-&bind-version;/{arm,misc} &amp;&amp;
163install -v -m644 doc/arm/*.html \
164 /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
165install -v -m644 \
166 doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
167 /usr/share/doc/bind-&bind-version;/misc</userinput></screen>
168 </sect2>
169
170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
173 <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
174 <application>BIND</application> to look for configuration
175 files in <filename class='directory'>/etc</filename> instead of
176 <filename class='directory'>/usr/etc</filename>.</para>
177
178 <para><parameter>--enable-threads</parameter>: This parameter enables
179 multi-threading capability.</para>
180
181 <para><parameter>--with-libtool</parameter>: This parameter forces the
182 building of dynamic libraries and links the installed binaries to these
183 libraries.</para>
184
185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
186 href="../../xincludes/static-libraries.xml"/>
187
188 <para><command>chmod 0755
189 /usr/lib/{lib{bind9,dns,isc{,cc,cfg},lwres}.so</command>:
190 Enable the execute bit to prevent a warning when using
191 <command>ldd</command> to check library dependencies.</para>
192
193 <para><command>cd doc; install ...</command>: These commands install
194 additional package documentation. Omit any or all of these commands if
195 desired.</para>
196 </sect2>
197
198 <sect2 role="configuration">
199 <title>Configuring BIND</title>
200
201 <sect3 id="bind-config">
202 <title>Config files</title>
203
204 <para><filename>named.conf</filename>,
205 <filename>root.hints</filename>,
206 <filename>127.0.0</filename>,
207 <filename>rndc.conf</filename> and
208 <filename>resolv.conf</filename></para>
209
210 <indexterm zone="bind bind-config">
211 <primary sortas="e-etc-named.conf">/etc/named.conf</primary>
212 </indexterm>
213
214 <indexterm zone="bind bind-config">
215 <primary sortas="e-etc-rndc.conf">/etc/rndc.conf</primary>
216 </indexterm>
217
218 <indexterm zone="bind bind-config">
219 <primary sortas="e-etc-resolv.conf">/etc/resolv.conf</primary>
220 </indexterm>
221
222 <indexterm zone="bind bind-config">
223 <primary
224 sortas="e-etc-namedb-root.hints">/etc/namedb/root.hints</primary>
225 </indexterm>
226
227 <indexterm zone="bind bind-config">
228 <primary
229 sortas="e-etc-namedb-pz-127.0.0.0">/etc/namedb/pz/127.0.0.0</primary>
230 </indexterm>
231 </sect3>
232
233 <sect3>
234 <title>Configuration Information</title>
235
236 <para><application>BIND</application> will be configured to run in a
237 <command>chroot</command> jail as an unprivileged user (<systemitem
238 class="username">named</systemitem>). This configuration is more secure
239 in that a DNS compromise can only affect a few files in the <systemitem
240 class="username">named</systemitem> user's <envar>HOME</envar>
241 directory.</para>
242
243 <para>Create the unprivileged user and group <systemitem
244 class="username">named</systemitem>:</para>
245
246<screen role="root"><userinput>groupadd -g 20 named &amp;&amp;
247useradd -c "BIND Owner" -g named -s /bin/false -u 20 named &amp;&amp;
248install -d -m770 -o named -g named /srv/named</userinput></screen>
249
250 <para>Set up some files, directories and devices needed by
251 <application>BIND</application>:</para>
252
253<screen role="root"><userinput>cd /srv/named &amp;&amp;
254mkdir -p dev etc/namedb/{slave,pz} usr/lib/engines var/run/named &amp;&amp;
255mknod /srv/named/dev/null c 1 3 &amp;&amp;
256mknod /srv/named/dev/random c 1 8 &amp;&amp;
257chmod 666 /srv/named/dev/{null,random} &amp;&amp;
258cp /etc/localtime etc &amp;&amp;
259touch /srv/named/managed-keys.bind &amp;&amp;
260cp /usr/lib/engines/libgost.so usr/lib/engines &amp;&amp;
261[ $(uname -m) = x86_64 ] &amp;&amp; ln -sv lib usr/lib64</userinput></screen>
262
263 <para>The <filename>rndc.conf</filename> file contains information for
264 controlling <command>named</command> operations with the
265 <command>rndc</command> utility. Generate a key for use in the <filename>named.conf</filename> and <filename>rdnc.conf</filename> with the
266 <command>rndc-confgen</command> command:</para>
267
268<screen role="root"><userinput>rndc-confgen -r /dev/urandom -b 512 > /etc/rndc.conf &amp;&amp;
269sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > /srv/named/etc/named.conf</userinput></screen>
270
271 <para>Complete the <filename>named.conf</filename> file from which
272 <command>named</command> will read the location of zone files, root
273 name servers and secure DNS keys:</para>
274
275<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt;&gt; /srv/named/etc/named.conf &lt;&lt; "EOF"
276<literal>options {
277 directory "/etc/namedb";
278 pid-file "/var/run/named.pid";
279 statistics-file "/var/run/named.stats";
280
281};
282zone "." {
283 type hint;
284 file "root.hints";
285};
286zone "0.0.127.in-addr.arpa" {
287 type master;
288 file "pz/127.0.0";
289};
290
291// Bind 9 now logs by default through syslog (except debug).
292// These are the default logging rules.
293
294logging {
295 category default { default_syslog; default_debug; };
296 category unmatched { null; };
297
298 channel default_syslog {
299 syslog daemon; // send to syslog's daemon
300 // facility
301 severity info; // only send priority info
302 // and higher
303 };
304
305 channel default_debug {
306 file "named.run"; // write to named.run in
307 // the working directory
308 // Note: stderr is used instead
309 // of "named.run"
310 // if the server is started
311 // with the '-f' option.
312 severity dynamic; // log at the server's
313 // current debug level
314 };
315
316 channel default_stderr {
317 stderr; // writes to stderr
318 severity info; // only send priority info
319 // and higher
320 };
321
322 channel null {
323 null; // toss anything sent to
324 // this channel
325 };
326};</literal>
327EOF</userinput></screen>
328
329 <para>Create a zone file with the following contents:</para>
330
331<screen role="root"><userinput>cat &gt; /srv/named/etc/namedb/pz/127.0.0 &lt;&lt; "EOF"
332<literal>$TTL 3D
333@ IN SOA ns.local.domain. hostmaster.local.domain. (
334 1 ; Serial
335 8H ; Refresh
336 2H ; Retry
337 4W ; Expire
338 1D) ; Minimum TTL
339 NS ns.local.domain.
3401 PTR localhost.</literal>
341EOF</userinput></screen>
342
343 <para>Create the <filename>root.hints</filename> file with the following
344 commands:</para>
345
346 <note>
347 <para>Caution must be used to ensure there are no leading spaces in
348 this file.</para>
349 </note>
350
351<screen role="root"><userinput>cat &gt; /srv/named/etc/namedb/root.hints &lt;&lt; "EOF"
352<literal>. 6D IN NS A.ROOT-SERVERS.NET.
353. 6D IN NS B.ROOT-SERVERS.NET.
354. 6D IN NS C.ROOT-SERVERS.NET.
355. 6D IN NS D.ROOT-SERVERS.NET.
356. 6D IN NS E.ROOT-SERVERS.NET.
357. 6D IN NS F.ROOT-SERVERS.NET.
358. 6D IN NS G.ROOT-SERVERS.NET.
359. 6D IN NS H.ROOT-SERVERS.NET.
360. 6D IN NS I.ROOT-SERVERS.NET.
361. 6D IN NS J.ROOT-SERVERS.NET.
362. 6D IN NS K.ROOT-SERVERS.NET.
363. 6D IN NS L.ROOT-SERVERS.NET.
364. 6D IN NS M.ROOT-SERVERS.NET.
365A.ROOT-SERVERS.NET. 6D IN A 198.41.0.4
366B.ROOT-SERVERS.NET. 6D IN A 192.228.79.201
367C.ROOT-SERVERS.NET. 6D IN A 192.33.4.12
368D.ROOT-SERVERS.NET. 6D IN A 199.7.91.13
369E.ROOT-SERVERS.NET. 6D IN A 192.203.230.10
370F.ROOT-SERVERS.NET. 6D IN A 192.5.5.241
371G.ROOT-SERVERS.NET. 6D IN A 192.112.36.4
372H.ROOT-SERVERS.NET. 6D IN A 128.63.2.53
373I.ROOT-SERVERS.NET. 6D IN A 192.36.148.17
374J.ROOT-SERVERS.NET. 6D IN A 192.58.128.30
375K.ROOT-SERVERS.NET. 6D IN A 193.0.14.129
376L.ROOT-SERVERS.NET. 6D IN A 199.7.83.42
377M.ROOT-SERVERS.NET. 6D IN A 202.12.27.33</literal>
378EOF</userinput></screen>
379
380 <para>The <filename>root.hints</filename> file is a list of root
381 name servers. This file must be updated periodically with the
382 <command>dig</command> utility. A current copy of root.hints can be
383 obtained from <ulink url="ftp://rs.internic.net/domain/named.root" />.
384 Consult the <ulink url="http://www.bind9.net/Bv9ARM.html">BIND 9
385 Administrator Reference Manual</ulink> for details.</para>
386
387 <para>Create or modify <filename>resolv.conf</filename> to use the new
388 name server with the following commands:</para>
389
390 <note>
391 <para>Replace <replaceable>&lt;yourdomain.com&gt;</replaceable> with
392 your own valid domain name.</para>
393 </note>
394
395<screen role="root"><userinput>cp /etc/resolv.conf /etc/resolv.conf.bak &amp;&amp;
396cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
397<literal>search <replaceable>&lt;yourdomain.com&gt;</replaceable>
398nameserver 127.0.0.1</literal>
399EOF</userinput></screen>
400
401 <para>Set permissions on the <command>chroot</command> jail with the
402 following command:</para>
403
404<screen role="root"><userinput>chown -R named:named /srv/named</userinput></screen>
405
406 </sect3>
407
408 <sect3 id="bind-init">
409 <title>Boot Script</title>
410
411 <para>To start the DNS server at boot, install the
412 <filename>/etc/rc.d/init.d/bind</filename> init script included
413 in the <xref linkend="bootscripts"/> package.</para>
414
415 <indexterm zone="bind bind-init">
416 <primary sortas="f-bind">bind</primary>
417 </indexterm>
418
419<screen role="root"><userinput>make install-bind</userinput></screen>
420
421 <para>Now start <application>BIND</application> with
422 the new boot script:</para>
423
424<screen role="root"><userinput>/etc/rc.d/init.d/bind start</userinput></screen>
425
426 </sect3>
427
428 <sect3>
429 <title>Testing BIND</title>
430
431 <para>Test out the new <application>BIND</application> 9 installation.
432 First query the local host address with <command>dig</command>:</para>
433
434<screen><userinput>dig -x 127.0.0.1</userinput></screen>
435
436 <para>Now try an external name lookup, taking note of the speed
437 difference in repeated lookups due to the caching. Run the
438 <command>dig</command> command twice on the same address:</para>
439
440<screen><userinput>dig www.&lfs-domainname; &amp;&amp;
441dig www.&lfs-domainname;</userinput></screen>
442
443 <para>You can see almost instantaneous results with the named caching
444 lookups. Consult the <application>BIND</application> Administrator
445 Reference Manual located at <filename>doc/arm/Bv9ARM.html</filename>
446 in the package source tree, for further configuration options.</para>
447
448 </sect3>
449
450 </sect2>
451
452 <sect2 role="content">
453 <title>Contents</title>
454
455 <segmentedlist>
456 <segtitle>Installed Programs</segtitle>
457 <segtitle>Installed Libraries</segtitle>
458 <segtitle>Installed Directories</segtitle>
459
460 <seglistitem>
461 <seg>arpaname, ddns-confgen, dig, dnssec-checkds, dnssec-coverage,
462 dnssec-dsfromkey, dnssec-keyfromlabel, dnssec-keygen, dnssec-revoke,
463 dnssec-settime, dnssec-signzone, dnssec-verify, genrandom, host,
464 isc-config.sh, isc-hmac-fixup, lwresd, named, named-checkconf,
465 named-checkzone, named-compilezone, named-journalprint, nsec3hash,
466 nslookup, nsupdate, rndc, and rndc-confgen</seg>
467 <seg>libbind9.so, libdns.so, libisccc.so, libisccfg.so, libisc.so, and
468 liblwres.so</seg>
469 <seg>/srv/named, /usr/include/bind9, /usr/include/dns, /usr/include/dst,
470 /usr/include/isc, /usr/include/isccc, /usr/include/isccfg,
471 /usr/include/lwres, and /usr/share/doc/bind-&bind-version;</seg>
472 </seglistitem>
473 </segmentedlist>
474
475 <variablelist>
476 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
477 <?dbfo list-presentation="list"?>
478 <?dbhtml list-presentation="table"?>
479
480 <varlistentry id="dig">
481 <term><command>dig</command></term>
482 <listitem>
483 <para>interrogates DNS servers.</para>
484 <indexterm zone="bind dig">
485 <primary sortas="b-dig">dig</primary>
486 </indexterm>
487 </listitem>
488 </varlistentry>
489
490 <varlistentry id="dnssec-keygen">
491 <term><command>dnssec-keygen</command></term>
492 <listitem>
493 <para>is a key generator for secure DNS.</para>
494 <indexterm zone="bind dnssec-keygen">
495 <primary sortas="b-dnssec-keygen">dnssec-keygen</primary>
496 </indexterm>
497 </listitem>
498 </varlistentry>
499
500 <varlistentry id="dnssec-signzone">
501 <term><command>dnssec-signzone</command></term>
502 <listitem>
503 <para>generates signed versions of zone files.</para>
504 <indexterm zone="bind dnssec-signzone">
505 <primary sortas="b-dnssec-signzone">dnssec-signzone</primary>
506 </indexterm>
507 </listitem>
508 </varlistentry>
509
510 <varlistentry id="host">
511 <term><command>host</command></term>
512 <listitem>
513 <para>is a utility for DNS lookups.</para>
514 <indexterm zone="bind host">
515 <primary sortas="b-host">host</primary>
516 </indexterm>
517 </listitem>
518 </varlistentry>
519
520 <varlistentry id="lwresd">
521 <term><command>lwresd</command></term>
522 <listitem>
523 <para>is a caching-only name server for local process use.</para>
524 <indexterm zone="bind lwresd">
525 <primary sortas="b-lwresd">lwresd</primary>
526 </indexterm>
527 </listitem>
528 </varlistentry>
529
530 <varlistentry id="named">
531 <term><command>named</command></term>
532 <listitem>
533 <para>is the name server daemon.</para>
534 <indexterm zone="bind named">
535 <primary sortas="b-named">named</primary>
536 </indexterm>
537 </listitem>
538 </varlistentry>
539
540 <varlistentry id="named-checkconf">
541 <term><command>named-checkconf</command></term>
542 <listitem>
543 <para>checks the syntax of <filename>named.conf</filename>
544 files.</para>
545 <indexterm zone="bind named-checkconf">
546 <primary sortas="b-named-checkconf">named-checkconf</primary>
547 </indexterm>
548 </listitem>
549 </varlistentry>
550
551 <varlistentry id="named-checkzone">
552 <term><command>named-checkzone</command></term>
553 <listitem>
554 <para>checks zone file validity.</para>
555 <indexterm zone="bind named-checkzone">
556 <primary sortas="b-named-checkzone">named-checkzone</primary>
557 </indexterm>
558 </listitem>
559 </varlistentry>
560
561 <varlistentry id="nslookup">
562 <term><command>nslookup</command></term>
563 <listitem>
564 <para>is a program used to query Internet domain nameservers.</para>
565 <indexterm zone="bind nslookup">
566 <primary sortas="b-nslookup">nslookup</primary>
567 </indexterm>
568 </listitem>
569 </varlistentry>
570
571 <varlistentry id="nsupdate">
572 <term><command>nsupdate</command></term>
573 <listitem>
574 <para>is used to submit DNS update requests.</para>
575 <indexterm zone="bind nsupdate">
576 <primary sortas="b-nsupdate">nsupdate</primary>
577 </indexterm>
578 </listitem>
579 </varlistentry>
580
581 <varlistentry id="rndc">
582 <term><command>rndc</command></term>
583 <listitem>
584 <para>controls the operation of <application>BIND</application>.</para>
585 <indexterm zone="bind rndc">
586 <primary sortas="b-rndc">rndc</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
591 <varlistentry id="rndc-confgen">
592 <term><command>rndc-confgen</command></term>
593 <listitem>
594 <para>generates <filename>rndc.conf</filename> files.</para>
595 <indexterm zone="bind rndc-confgen">
596 <primary sortas="b-rndc-confgen">rndc-confgen</primary>
597 </indexterm>
598 </listitem>
599 </varlistentry>
600
601 </variablelist>
602
603 </sect2>
604
605</sect1>
Note: See TracBrowser for help on using the repository browser.