.TH UPDATE\-INETD 8 "January 3rd, 2009" "Debian" "rlinetd" .\" $Id: update-inetd.8 267 2009-01-02 23:53:47Z robert $ .SH NAME update\-inetd \- manage rlinetd (and inetd) configuration entries .SH SYNOPSIS .B update\-inetd .RB [\| options \|] .BI \-\-add " ENTRY" .B update\-inetd .RB [\| options \|] .BI \-\-remove " SERVICE" .B update\-inetd .RB [\| options \|] .BI \-\-enable " SERVICE" .B update\-inetd .RB [\| options \|] .BI \-\-disable " SERVICE" .SH DESCRIPTION .B 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 .IR /etc/rlinetd.d . .PP .B update\-inetd will spawn .BR update\-inetd.real (8) for managing entries in .I /etc/inetd.conf file. Please see .BR update\-inetd.real (8) for details. .SH ACTIONS .TP .BI \-\-add " ENTRY" Adds an entry, which should be a line in a .BR inetd.conf (5) format. .TP .BI \-\-remove " SERVICE" Removes a service. .TP .BI \-\-enable " SERVICE" Enables a service. .TP .BI \-\-disable " SERVICE" Disables a service. .SH OPTIONS .TP .B \-\-version Prints version information on standard output and exit successfully. .TP .B \-\-debug Enables debugging mode. Note the option is also passed to .BR update\-inetd.real (8). .PP Any other option is passed directly to .BR update\-inetd.real (8). .SH FILES .IR /etc/rlinetd.conf , .IR /etc/rlinetd.d/* , .I /etc/inetd.conf .SH SEE ALSO .BR update\-inetd.real (8), .BR inetd.conf (5), .BR rlinetd.conf (5), .BR inetd2rlinetd (8) .SH AUTHOR Robert Luberda