xconv.pl - inetd.conf to xinetd.conf converter
xconv.pl can convert existing inetd.conf files (configuration for the
inetd program) into xinetd.conf files (configuration for the
xinetd program)
xconv.pl < /etc/inetd.conf > /etc/xinetd.conf
xconv.pl is provided by the xinetd package to assist in the migration
from inetd based systems to ones based on xinetd.
Functionality is similar to the itox program, so reading
itox(8) is recommended. An important note here is that
xconv.pl does not support the -daemon_dir argument.
xconv was written by Rob Braun and xinetd was written by Panagiotis Tsirigotis.