logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

inetd2rlinetd - configuration file converter

Author

       This manual page was written by Mikolaj J.  Habryn  <dichro-doc@rcpt.to>.   Modified  by  Robert  Luberda
       <robert@debian.org>.

Debian                                           July 4th, 2011                                 INETD2RLINETD(8)

Description

inetd2rlinetd is a script to convert typical inetd.conf(5) style configuration files  to  rlinetd.conf(5)
       style configuration files.

Name

       inetd2rlinetd - configuration file converter

Options

-ffile
              File in inetd.conf(5) format which will be converted. Default in stdin.

       -lentry
              A  line  in inetd.conf(5) format. Only that line will be converted. On Debian systems, this option
              is used internally by the update-inetd(8) command.

       directory
              Output files directory. Default is /etc/rlinetd.d.

       --force-overwrite
              Forces overwriting existing files with new version.

       --print-file-names
              Prints to standard output list of generated files.

       --add-from-comment
              Puts special comment with original inetd.conf(5) line in front of each converted service.

   NOTE
       Options -f and -l cannot be used together.

See Also

rlinetd.conf(5), inetd.conf(5), inetd(8), rlinetd(8)

Synopsis

inetd2rlinetd   [--force-overwrite]   [--print-file-names]  [--add-from-comment]  [-ffile]  [-lentry]
       [directory]

See Also