On Wed, 2 Mar 2016 15:48:32 +0000 (UTC) chris...@astron.com (Christos Zoulas) wrote:
> > * What sort of work has been done on inetd in the past? > > You mean by other OS's? The other thing to look at is launchd which > is a superset of the inetd functionality (supporting dependencies > etc.) Most Linux distrubutions seem to use xinetd (https://github.com/xinetd-org/xinetd). If you're looking at per-service configuration files, you might want to consider what xinetd does right and wrong. For that matter, if that's the goal, why not adapt that implementation? I have no experience with the code, and no opinion, but someone's bound to ask. --jkl