David Bustos wrote:
> You can view the current code at
> http://src.opensolaris.org/source/xref/smf-profiles/gate/ . The README
> has instructions for building and installing it into a zone.
>
Can you give me an example again of what an enhanced profile
with property modifications would look like. I've been trying to
use something like
root at z1:/var/svc/profile# cat site.xml
<service name='system/coreadm' version='1' type='service'>
<instance name='default'
config_params/global_pattern='/tmp/core.%f.%p'/>
</service>
but that obviously doesn't work.
-ethan