source: server/major/xinetd.xml@ 823b1a3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 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 823b1a3 was 66b825e0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged xinetd.xml

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

  • Property mode set to 100644
File size: 19.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
8 <!ENTITY xinetd-download-ftp " ">
9 <!ENTITY xinetd-md5sum "4295b5fe12350f09b5892b363348ac8b">
10 <!ENTITY xinetd-size "291 KB">
11 <!ENTITY xinetd-buildsize "4.12 MB">
12 <!ENTITY xinetd-time "0.11 SBU">
13]>
14
15<sect1 id="xinetd" xreflabel="xinetd-&xinetd-version;">
16 <?dbhtml filename="xinetd.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xinetd-&xinetd-version;</title>
24
25 <indexterm zone="xinetd">
26 <primary sortas="a-Xinetd">Xinetd</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xinetd</title>
31
32 <para><application>xinetd</application> is the eXtended InterNET services
33 Daemon, a secure replacement for <command>inetd</command>.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&xinetd-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&xinetd-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &xinetd-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &xinetd-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &xinetd-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &xinetd-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">xinetd Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Optional</bridgehead>
60 <para><xref linkend="tcpwrappers"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of xinetd</title>
66
67 <para>Install <application>xinetd</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr &amp;&amp;
71make</userinput></screen>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make install</userinput></screen>
76
77 </sect2>
78
79 <sect2 role="configuration">
80 <title>Configuring xinetd</title>
81
82 <sect3 id="xinetd-config">
83 <title>Config Files</title>
84
85 <para><filename>/etc/xinetd.conf</filename></para>
86
87 <indexterm zone="xinetd xinetd-config">
88 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
89 </indexterm>
90
91 </sect3>
92
93 <sect3>
94 <title>Configuration Information</title>
95
96 <para>Ensure the path to all daemons is
97 <filename class="directory">/usr/sbin</filename>, rather than the default
98 path of <filename class="directory">/usr/etc</filename>, and install the
99 <application>xinetd</application> configuration files by running the
100 following commands as the <systemitem class="username">root</systemitem>
101 user:</para>
102
103<screen role="root"><userinput>cat &gt; /etc/xinetd.conf &lt;&lt; "EOF"
104<literal># Begin /etc/xinetd
105# Configuration file for xinetd
106#
107
108defaults
109{
110 instances = 60
111 log_type = SYSLOG daemon
112 log_on_success = HOST PID USERID
113 log_on_failure = HOST USERID
114 cps = 25 30
115}
116
117# All service files are stored in the /etc/xinetd.d directory
118#
119includedir /etc/xinetd.d
120# End /etc/xinetd</literal>
121EOF</userinput></screen>
122
123 <para>All of the following files have the statement, "disable = yes".
124 To activate any of the services, this statement will need to be changed
125 to "disable = no".</para>
126
127 <note>
128 <para>The following files are listed to demonstrate classic
129 <application>xinetd</application> applications. In many cases, these
130 applications are not needed. In some cases, the applications are
131 considered security risks. For example, <command>telnet</command>,
132 <command>rlogin</command>, <command>rexec</command>, and
133 <command>rsh</command> transmit unencrypted usernames and passwords
134 over the network and can be easily replaced with a more secure
135 alternative: <command>ssh</command>.</para>
136 </note>
137
138<screen role="root"><userinput>install -v -d -m755 /etc/xinetd.d &amp;&amp;
139cat &gt; /etc/xinetd.d/login &lt;&lt; "EOF" &amp;&amp;
140<literal># Begin /etc/xinetd.d/login
141
142service login
143{
144 disable = yes
145 socket_type = stream
146 protocol = tcp
147 wait = no
148 user = root
149 server = /usr/sbin/in.rlogind
150 log_type = SYSLOG local4 info
151}
152
153# End /etc/xinetd.d/login</literal>
154EOF
155cat &gt; /etc/xinetd.d/shell &lt;&lt; "EOF" &amp;&amp;
156<literal># Begin /etc/xinetd.d/shell
157
158service shell
159{
160 disable = yes
161 socket_type = stream
162 wait = no
163 user = root
164 instances = UNLIMITED
165 flags = IDONLY
166 log_on_success += USERID
167 server = /usr/sbin/in.rshd
168}
169
170# End /etc/xinetd.d/shell</literal>
171EOF
172cat &gt; /etc/xinetd.d/exec &lt;&lt; "EOF" &amp;&amp;
173<literal># Begin /etc/xinetd.d/exec
174
175service exec
176{
177 disable = yes
178 socket_type = stream
179 wait = no
180 user = root
181 server = /usr/sbin/in.rexecd
182}
183
184# End /etc/xinetd.d/exec</literal>
185EOF
186cat &gt; /etc/xinetd.d/comsat &lt;&lt; "EOF" &amp;&amp;
187<literal># Begin /etc/xinetd.d/comsat
188
189service comsat
190{
191 disable = yes
192 socket_type = dgram
193 wait = yes
194 user = nobody
195 group = tty
196 server = /usr/sbin/in.comsat
197}
198
199# End /etc/xinetd.d/comsat</literal>
200EOF
201cat &gt; /etc/xinetd.d/talk &lt;&lt; "EOF" &amp;&amp;
202<literal># Begin /etc/xinetd.d/talk
203
204service talk
205{
206 disable = yes
207 socket_type = dgram
208 wait = yes
209 user = root
210 server = /usr/sbin/in.talkd
211}
212
213# End /etc/xinetd.d/talk</literal>
214EOF
215cat &gt; /etc/xinetd.d/ntalk &lt;&lt; "EOF" &amp;&amp;
216<literal># Begin /etc/xinetd.d/ntalk
217
218service ntalk
219{
220 disable = yes
221 socket_type = dgram
222 wait = yes
223 user = root
224 server = /usr/sbin/in.ntalkd
225}
226
227# End /etc/xinetd.d/ntalk</literal>
228EOF
229cat &gt; /etc/xinetd.d/telnet &lt;&lt; "EOF" &amp;&amp;
230<literal># Begin /etc/xinetd.d/telnet
231
232service telnet
233{
234 disable = yes
235 socket_type = stream
236 wait = no
237 user = root
238 server = /usr/sbin/in.telnetd
239 bind = 127.0.0.1
240 log_on_failure += USERID
241}
242
243service telnet
244{
245 disable = yes
246 socket_type = stream
247 wait = no
248 user = root
249# server = /usr/sbin/in.telnetd
250 bind = 192.231.139.175
251 redirect = 128.138.202.20 23
252 log_on_failure += USERID
253}
254
255# End /etc/xinetd.d/telnet</literal>
256EOF
257cat &gt; /etc/xinetd.d/ftp &lt;&lt; "EOF" &amp;&amp;
258<literal># Begin /etc/xinetd.d/ftp
259
260service ftp
261{
262 disable = yes
263 socket_type = stream
264 wait = no
265 user = root
266 server = /usr/sbin/in.ftpd
267 server_args = -l
268 instances = 4
269 log_on_success += DURATION USERID
270 log_on_failure += USERID
271 access_times = 2:00-8:59 12:00-23:59
272 nice = 10
273}
274
275# End /etc/xinetd.d/ftp</literal>
276EOF
277cat &gt; /etc/xinetd.d/tftp &lt;&lt; "EOF" &amp;&amp;
278<literal># Begin /etc/xinetd.d/tftp
279
280service tftp
281{
282 disable = yes
283 socket_type = dgram
284 wait = yes
285 user = root
286 server = /usr/sbin/in.tftpd
287 server_args = -s /tftpboot
288}
289
290# End /etc/xinetd.d/tftp</literal>
291EOF
292cat &gt; /etc/xinetd.d/finger &lt;&lt; "EOF" &amp;&amp;
293<literal># Begin /etc/xinetd.d/finger
294
295service finger
296{
297 disable = yes
298 socket_type = stream
299 wait = no
300 user = nobody
301 server = /usr/sbin/in.fingerd
302}
303
304# End /etc/xinetd.d/finger</literal>
305EOF
306cat &gt; /etc/xinetd.d/systat &lt;&lt; "EOF" &amp;&amp;
307<literal># Begin /etc/xinetd.d/systat
308
309service systat
310{
311 disable = yes
312 socket_type = stream
313 wait = no
314 user = nobody
315 server = /usr/bin/ps
316 server_args = -auwwx
317 only_from = 128.138.209.0
318 log_on_success = HOST
319}
320
321# End /etc/xinetd.d/systat</literal>
322EOF
323cat &gt; /etc/xinetd.d/netstat &lt;&lt; "EOF" &amp;&amp;
324<literal># Begin /etc/xinetd.d/netstat
325
326service netstat
327{
328 disable = yes
329 socket_type = stream
330 wait = no
331 user = nobody
332 server = /usr/ucb/netstat
333 server_args = -f inet
334 only_from = 128.138.209.0
335 log_on_success = HOST
336}
337
338# End /etc/xinetd.d/netstat</literal>
339EOF
340cat &gt; /etc/xinetd.d/echo &lt;&lt; "EOF" &amp;&amp;
341<literal># Begin /etc/xinetd.d/echo
342
343service echo
344{
345 disable = yes
346 type = INTERNAL
347 id = echo-stream
348 socket_type = stream
349 protocol = tcp
350 user = root
351 wait = no
352}
353
354service echo
355{
356 disable = yes
357 type = INTERNAL
358 id = echo-dgram
359 socket_type = dgram
360 protocol = udp
361 user = root
362 wait = yes
363}
364
365# End /etc/xinetd.d/echo</literal>
366EOF
367cat &gt; /etc/xinetd.d/chargen &lt;&lt; "EOF" &amp;&amp;
368<literal># Begin /etc/xinetd.d/chargen
369
370service chargen
371{
372 disable = yes
373 type = INTERNAL
374 id = chargen-stream
375 socket_type = stream
376 protocol = tcp
377 user = root
378 wait = no
379}
380
381service chargen
382{
383 disable = yes
384 type = INTERNAL
385 id = chargen-dgram
386 socket_type = dgram
387 protocol = udp
388 user = root
389 wait = yes
390}
391
392# End /etc/xinetd.d/chargen</literal>
393EOF
394cat &gt; /etc/xinetd.d/daytime &lt;&lt; "EOF" &amp;&amp;
395<literal># Begin /etc/xinetd.d/daytime
396
397service daytime
398{
399 disable = yes
400 type = INTERNAL
401 id = daytime-stream
402 socket_type = stream
403 protocol = tcp
404 user = root
405 wait = no
406}
407
408service daytime
409{
410 disable = yes
411 type = INTERNAL
412 id = daytime-dgram
413 socket_type = dgram
414 protocol = udp
415 user = root
416 wait = yes
417}
418
419# End /etc/xinetd.d/daytime</literal>
420EOF
421cat &gt; /etc/xinetd.d/time &lt;&lt; "EOF" &amp;&amp;
422<literal># Begin /etc/xinetd.d/time
423
424service time
425{
426 disable = yes
427 type = INTERNAL
428 id = time-stream
429 socket_type = stream
430 protocol = tcp
431 user = root
432 wait = no
433}
434
435
436service time
437{
438 disable = yes
439 type = INTERNAL
440 id = time-dgram
441 socket_type = dgram
442 protocol = udp
443 user = root
444 wait = yes
445}
446
447# End /etc/xinetd.d/time</literal>
448EOF
449cat &gt; /etc/xinetd.d/rstatd &lt;&lt; "EOF" &amp;&amp;
450<literal># Begin /etc/xinetd.d/rstatd
451
452ervice rstatd
453{
454 disable = yes
455 type = RPC
456 flags = INTERCEPT
457 rpc_version = 2-4
458 socket_type = dgram
459 protocol = udp
460 server = /usr/sbin/rpc.rstatd
461 wait = yes
462 user = root
463}
464
465# End /etc/xinetd.d/rstatd</literal>
466EOF
467cat &gt; /etc/xinetd.d/rquotad &lt;&lt; "EOF" &amp;&amp;
468<literal># Begin /etc/xinetd.d/rquotad
469
470service rquotad
471{
472 disable = yes
473 type = RPC
474 rpc_version = 1
475 socket_type = dgram
476 protocol = udp
477 wait = yes
478 user = root
479 server = /usr/sbin/rpc.rstatd
480}
481
482# End /etc/xinetd.d/rquotad</literal>
483EOF
484cat &gt; /etc/xinetd.d/rusersd &lt;&lt; "EOF" &amp;&amp;
485<literal># Begin /etc/xinetd.d/rusersd
486
487service rusersd
488{
489 disable = yes
490 type = RPC
491 rpc_version = 1-2
492 socket_type = dgram
493 protocol = udp
494 wait = yes
495 user = root
496 server = /usr/sbin/rpc.rusersd
497}
498
499# End /etc/xinetd.d/rusersd</literal>
500EOF
501cat &gt; /etc/xinetd.d/sprayd &lt;&lt; "EOF" &amp;&amp;
502<literal># Begin /etc/xinetd.d/sprayd
503
504service sprayd
505{
506 disable = yes
507 type = RPC
508 rpc_version = 1
509 socket_type = dgram
510 protocol = udp
511 wait = yes
512 user = root
513 server = /usr/sbin/rpc.sprayd
514}
515
516# End /etc/xinetd.d/sprayd</literal>
517EOF
518cat &gt; /etc/xinetd.d/walld &lt;&lt; "EOF" &amp;&amp;
519<literal># Begin /etc/xinetd.d/walld
520
521service walld
522{
523 disable = yes
524 type = RPC
525 rpc_version = 1
526 socket_type = dgram
527 protocol = udp
528 wait = yes
529 user = nobody
530 group = tty
531 server = /usr/sbin/rpc.rwalld
532}
533
534# End /etc/xinetd.d/walld</literal>
535EOF
536cat &gt; /etc/xinetd.d/irc &lt;&lt; "EOF"
537<literal># Begin /etc/xinetd.d/irc
538
539service irc
540{
541 disable = yes
542 socket_type = stream
543 wait = no
544 user = root
545 flags = SENSOR
546 type = INTERNAL
547 bind = 192.168.1.30
548 deny_time = 60
549}
550
551# End /etc/xinetd.d/irc</literal>
552EOF</userinput></screen>
553
554 <indexterm zone="xinetd xinetd-config">
555 <primary sortas="e-etc-xinetd.d-login">/etc/xinetd.d/login</primary>
556 </indexterm>
557
558 <indexterm zone="xinetd xinetd-config">
559 <primary sortas="e-etc-xinetd.d-shell">/etc/xinetd.d/shell</primary>
560 </indexterm>
561
562 <indexterm zone="xinetd xinetd-config">
563 <primary sortas="e-etc-xinetd.d-exec">/etc/xinetd.d/exec</primary>
564 </indexterm>
565
566 <indexterm zone="xinetd xinetd-config">
567 <primary sortas="e-etc-xinetd.d-comsat">/etc/xinetd.d/comsat</primary>
568 </indexterm>
569
570 <indexterm zone="xinetd xinetd-config">
571 <primary sortas="e-etc-xinetd.d-talk">/etc/xinetd.d/talk</primary>
572 </indexterm>
573
574 <indexterm zone="xinetd xinetd-config">
575 <primary sortas="e-etc-xinetd.d-ntalk">/etc/xinetd.d/ntalk</primary>
576 </indexterm>
577
578 <indexterm zone="xinetd xinetd-config">
579 <primary sortas="e-etc-xinetd.d-telnet">/etc/xinetd.d/telnet</primary>
580 </indexterm>
581
582 <indexterm zone="xinetd xinetd-config">
583 <primary sortas="e-etc-xinetd.d-ftp">/etc/xinetd.d/ftp</primary>
584 </indexterm>
585
586 <indexterm zone="xinetd xinetd-config">
587 <primary sortas="e-etc-xinetd.d-tftp">/etc/xinetd.d/tftp</primary>
588 </indexterm>
589
590 <indexterm zone="xinetd xinetd-config">
591 <primary sortas="e-etc-xinetd.d-systat">/etc/xinetd.d/systat</primary>
592 </indexterm>
593
594 <indexterm zone="xinetd xinetd-config">
595 <primary sortas="e-etc-xinetd.d-finger">/etc/xinetd.d/finger</primary>
596 </indexterm>
597
598 <indexterm zone="xinetd xinetd-config">
599 <primary sortas="e-etc-xinetd.d-netstat">/etc/xinetd.d/netstat</primary>
600 </indexterm>
601
602 <indexterm zone="xinetd xinetd-config">
603 <primary sortas="e-etc-xinetd.d-echo">/etc/xinetd.d/echo</primary>
604 </indexterm>
605
606 <indexterm zone="xinetd xinetd-config">
607 <primary sortas="e-etc-xinetd.d-chargen">/etc/xinetd.d/chargen</primary>
608 </indexterm>
609
610 <indexterm zone="xinetd xinetd-config">
611 <primary sortas="e-etc-xinetd.d-daytime">/etc/xinetd.d/daytime</primary>
612 </indexterm>
613
614 <indexterm zone="xinetd xinetd-config">
615 <primary sortas="e-etc-xinetd.d-time">/etc/xinetd.d/time</primary>
616 </indexterm>
617
618 <indexterm zone="xinetd xinetd-config">
619 <primary sortas="e-etc-xinetd.d-rstatd">/etc/xinetd.d/rstatd</primary>
620 </indexterm>
621
622 <indexterm zone="xinetd xinetd-config">
623 <primary sortas="e-etc-xinetd.d-rquotad">/etc/xinetd.d/rquotad</primary>
624 </indexterm>
625
626 <indexterm zone="xinetd xinetd-config">
627 <primary sortas="e-etc-xinetd.d-ruserd">/etc/xinetd.d/ruserd</primary>
628 </indexterm>
629
630 <indexterm zone="xinetd xinetd-config">
631 <primary sortas="e-etc-xinetd.d-sprayd">/etc/xinetd.d/sprayd</primary>
632 </indexterm>
633
634 <indexterm zone="xinetd xinetd-config">
635 <primary sortas="e-etc-xinetd.d-walld">/etc/xinetd.d/walld</primary>
636 </indexterm>
637
638 <indexterm zone="xinetd xinetd-config">
639 <primary sortas="e-etc-xinetd.d-irc">/etc/xinetd.d/irc</primary>
640 </indexterm>
641
642 <para>The format of the <filename>/etc/xinetd.conf</filename> is
643 documented in the <filename>xinetd.conf.5</filename> man page. Further
644 information can be found at <ulink url="http://www.xinetd.org"/>.</para>
645
646 </sect3>
647
648 <sect3 id="xinetd-init">
649 <title>Boot Script</title>
650
651 <para>As the <systemitem class="username">root</systemitem> user, install
652 the <filename>/etc/rc.d/init.d/xinetd</filename> init script included in
653 the <xref linkend="intro-important-bootscripts"/> package.</para>
654
655 <indexterm zone="xinetd xinetd-init">
656 <primary sortas="f-xinetd">xinetd</primary>
657 </indexterm>
658
659<screen role="root"><userinput>make install-xinetd</userinput></screen>
660
661 <para>As the <systemitem class="username">root</systemitem> user,
662 use the new boot script to start <command>xinetd</command>:</para>
663
664<screen role="root"><userinput>/etc/rc.d/init.d/xinetd start</userinput></screen>
665
666 <para>Checking the <filename>/var/log/daemon.log</filename> file
667 should prove quite entertaining. This file may contain entries
668 similar to the following:</para>
669
670<screen><literal>Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rlogind is not
671executable [line=29]
672Aug 22 21:40:21 dps10 xinetd[2696]: Error parsing attribute server -
673DISABLING SERVICE [line=29]
674Aug 22 21:40:21 dps10 xinetd[2696]: Server /usr/sbin/in.rshd is not
675executable [line=42]</literal></screen>
676
677 <para>These errors are because most of the servers
678 <command>xinetd</command> is trying to control are not
679 installed yet.</para>
680
681 </sect3>
682
683 </sect2>
684
685 <sect2 role="content">
686 <title>Contents</title>
687
688 <segmentedlist>
689 <segtitle>Installed Programs</segtitle>
690 <segtitle>Installed Libraries</segtitle>
691 <segtitle>Installed Directories</segtitle>
692
693 <seglistitem>
694 <seg>itox, xconv.pl, and xinetd</seg>
695 <seg>None</seg>
696 <seg>/etc/xinetd.d/</seg>
697 </seglistitem>
698 </segmentedlist>
699
700 <variablelist>
701 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
702 <?dbfo list-presentation="list"?>
703 <?dbhtml list-presentation="table"?>
704
705 <varlistentry id="itox">
706 <term><command>itox</command></term>
707 <listitem>
708 <para>is a utility used for converting
709 <filename>inetd.conf</filename> files to
710 <filename>xinetd.conf</filename> format.</para>
711 <indexterm zone="xinetd itox">
712 <primary sortas="b-itox">itox</primary>
713 </indexterm>
714 </listitem>
715 </varlistentry>
716
717 <varlistentry id="xconv.pl">
718 <term><command>xconv.pl</command></term>
719 <listitem>
720 <para>is a <application>Perl</application> script used for
721 converting <filename>inetd.conf</filename> files to
722 <filename>xinetd.conf</filename> format, similar to
723 <command>itox</command>.</para>
724 <indexterm zone="xinetd xconv.pl">
725 <primary sortas="b-xconv.pl">xconv.pl</primary>
726 </indexterm>
727 </listitem>
728 </varlistentry>
729
730 <varlistentry id="xinetd-prog">
731 <term><command>xinetd</command></term>
732 <listitem>
733 <para>is the Internet services daemon.</para>
734 <indexterm zone="xinetd xinetd-prog">
735 <primary sortas="b-xinetd">xinetd</primary>
736 </indexterm>
737 </listitem>
738 </varlistentry>
739
740 </variablelist>
741
742 </sect2>
743
744</sect1>
Note: See TracBrowser for help on using the repository browser.