source: server/major/xinetd.xml@ 2a5310e8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 2a5310e8 was 2a5310e8, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Server.

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

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