fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / itox.8
1 .TH ITOX 8 "October 1999" "xinetd"
2 .SH NAME
3 itox \- converts inetd.conf style configuration files to xinetd.conf
4 .SH SYNOPSIS
5 itox [-daemon_dir <dir_path>]
6 .SH DESCRIPTION
7 .B itox
8 takes on its standard input inetd.conf style entries and dumps to
9 standard output the corresponding xinetd.conf style entries.
10 .SH OPTIONS
11 .TP
12 .I -daemon_dir <dir_path>
13 Specifies the file name of the TCP daemon used in the inetd.conf file.
14 .SH EXAMPLES
15 itox -daemon_dir /usr/sbin/tcpd < inetd.conf > xinetd.conf
16 .SH AUTHOR
17 xinetd and itox were written by Panagiotis Tsirigotis.
18 .sp
19 This man page was written by Norbert Veber <nveber@debian.org>.