SYNOPSIS
update-inetd [options] --add ENTRYupdate-inetd [options] --remove SERVICE
update-inetd [options] --enable SERVICE
update-inetd [options] --disable SERVICE
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.
ACTIONS
- --add ENTRY
- Adds an entry, which should be a line in a inetd.conf(5) format.
- --remove SERVICE
- Removes a service.
- --enable SERVICE
- Enables a service.
- --disable SERVICE
- Disables a service.
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).