File: itox.8

package info (click to toggle)
xinetd 1%3A2.3.15.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,324 kB
  • sloc: ansic: 15,809; makefile: 207; sh: 165; perl: 92
file content (22 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH ITOX 8 "March 2005" "xinetd"
.SH NAME
itox \- converts inetd.conf style configuration files to xinetd.conf
.SH SYNOPSIS
itox [\-daemon_dir <dir_name>]
.SH DESCRIPTION
.B itox
takes on its standard input inetd.conf style entries and dumps to
standard output the corresponding xinetd.conf style entries.
.SH OPTIONS
.TP
.I \-daemon_dir <dir_name>
If you use tcpd, this option specifies the directory where all the daemons are.
You must specify this option if you use tcpd and the daemon file names are not
absolute.
.SH EXAMPLES
itox \-daemon_dir /usr/sbin < inetd.conf > xinetd.conf
.SH AUTHOR
xinetd and itox were written by Panagiotis Tsirigotis.
.sp
This man page was written by Norbert Veber <nveber@debian.org> and Thomas Seyrat
<tomasera@debian.org>