David Bustos wrote: > Quoth Jordan Brown on Wed, Sep 10, 2008 at 10:04:47AM -0700: >> 1) Is there a list of the stabilities of the various properties? I >> assume that some are stable, but I assume that others are not. > > Stable, public properties should be documented as such in the manpages.
svc.startd(1M) and smf_restarter(5) document a number of properties, but do not specify stabilities. > It seems that property templates would be a good place for stability > information, so you could file an RFE for that. I don't know what a property template is, so I'm probably not the best person to write that RFE. >> 2) Where's the documentation for the full FMRI including property, e.g. >> "svc:/application/scn/dhcpd:default/:properties/start/exec"? > > I don't understand how this question differs from the previous one. Sorry... I was looking for the specification for the syntax of the FMRI, something that says that an FMRI is svc:<servicename>:<instancename>/:properties/<propgroup>/<propname> or whatever it is. The /:properties part was new to me. Is there anything that documents the relationship between the non-property parts of the service manifest (e.g. method specifications, dependency specifications) and their property representations? It looks like all of those things are actually represented as properties, but I haven't found anything that describes the mapping.