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

update-inetd - manage rlinetd (and inetd) configuration entries

Actions

--addENTRY
              Adds an entry, which should be a line in a inetd.conf(5) format.

       --removeSERVICE
              Removes a service.

       --enableSERVICE
              Enables a service.

       --disableSERVICE
              Disables a service.

Author

       Robert Luberda <robert@debian.org>

Debian                                          January 3rd, 2009                                UPDATE-INETD(8)

Description

update-inetd  is  a  rlinetd's  compatibility  script,  which  can  be  used  to  by various Debian post-
       installation scripts to manage services in rlinetd configuration files directory /etc/rlinetd.d.

       update-inetd will spawn update-inetd.real(8) for managing entries in /etc/inetd.conf  file.   Please  see
       update-inetd.real(8) for details.

Files

/etc/rlinetd.conf, /etc/rlinetd.d/*, /etc/inetd.conf

Name

       update-inetd - manage rlinetd (and inetd) configuration entries

Options

--version
              Prints version information on standard output and exit successfully.

       --debug
              Enables debugging mode. Note the option is also passed to update-inetd.real(8).

       Any other option is passed directly to update-inetd.real(8).

See Also

update-inetd.real(8), inetd.conf(5), rlinetd.conf(5), inetd2rlinetd(8)

Synopsis

update-inetd [options] --addENTRYupdate-inetd [options] --removeSERVICEupdate-inetd [options] --enableSERVICEupdate-inetd [options] --disableSERVICE

See Also