David N Blank-Edelman writes:
David> I noticed that services map lookup in the truss, and wasn't David> quite sure why it was looking there. Glad to see the dependency David> is gone (though we could have added it had it been David> required). Do you know of anything else that expects that David> service to be listed?
Godo programs IMHO lookup the service by name first and if they do not find it, they fall back to the well-defined default. This is what scli now does. There are still some quirks with the way name lookups are done right now - especially since the code is IPv4 specific and I would like to have it in an IP version neutral way so we can support IPv6 without lots of extra code, even if this means that porting it to "old" systems will become harder. (But I prefer to code for the future rather than the past.)
/js -- !! This message is brought to you via the `scli' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to scli-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/scli/ for more information.