On Fri, Oct 09, 2009 at 09:47:13AM -0700, Antonello Cruz wrote: > And what should happen if a new service with its manifest delivered in > /etc/svc depends on a new service with its manifest delivered in /var/etc ?
A bug should be filed :) EMI could skip such a manifest and import it later. I.e., as long as we have /var/smf/manifest we're going to need early and late manifest import. If you want to have only early manifest import, then I suggest that on upgrade you move all manifests out of /var/smf/manifest, except that'd be kinda hard to do. Which leaves you needing early and late MI. Nico