0001-inetd-Improve-printout-of-service-changes.patch
Makes the reporting of services, in particular for TCPMUX services.
Ok.
0002-inetd-Adapt-service-nodes-to-IPv6.patch
In order to allow node lists containing nimerical IPv6 addresses,
'strchr' must be replaced by 'strrchr'. In addition, a simple
pre-determination of numerical addresses will remove a timeout
that would occur when no resolver is present.
Ok. Though I think we should have a is_ipvN_p function or something.
0003-inetd-Replaceable-path-for-PID-file.patch
A possibility to replace the hard coded path of the PID file.
Observe that it is implemented as the type with optional argument.
This allows the usage `inetd -p"" /etc/inetd.conf'.
Ok.