Quoth robert jelinek on Mon, Sep 18, 2006 at 11:38:35AM -0700: > it seems svccfg apply on /var/svc/profile/site.xml doesn't work for > services that are specified in included profile(s), i.e.: > > # cat /var/svc/profile/site.xml > <?xml version='1.0'?> > <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> > <service_bundle type='profile' name='site'> > <xi:include href='file:/var/svc/profile/echo_server.xml' /> > </service_bundle>
Have you tried including "xmlns:xi='http://www.w3.org/2003/XInclude'" in the service_bundle tag, like /var/svc/profile/generic_open.xml ? David