Quoth Bill Edwards - Sun BOS Software on Mon, Jul 10, 2006 at 02:54:34PM -0400: > Is there any mechanism or policy related to setting (resetting) > an SMF service property from a bundled Solaris package postinstall > script from within the mini-root environment?
I presume you mean on /a, like with pkgadd -R. Now the way we do this is by appending commands to /var/svc/profile/upgrade, which the manifest-import service will execute on boot. This is a private file, though, so if you want to use it you have to sign an ARC contract with the SMF team. David