the --program-transform-name= causes problems in inetutils 1.7: the sed-string '\...@.*d@s%^%in.%;s%in.inetd%inetd%' does not work anymore. This should be passed to the new sed-instance?
--program-transform-name='s%^%in.%;s%in.inetd%inetd%' works. Not sure why you have "\...@.*d" in there.
