On Mon, May 15, 2006 at 05:07:45PM -0700, Frank Cusack wrote: > I've chosen /site/foo/..., but from smf_bootstrap(5): > > The /var/svc/manifest/site directory is provided for site-specific > customizations [of the default manifests]. > > So it seems like the site/* is not intended for local manifests.
It certainly is, in addition to case you cited. The contrast we were trying to make with that sentence was not that you shouldn't put non-customizations in manifest/site, but that you shouldn't put customizations in non-manifest/site directories. (Obviously, it's best if you can make your customizations in repository.) For greater clarity, see smf(5): Site-specific services should be named with a category beginning with 'site'. which implies the use of /var/svc/manifest/site. (I think we've removed the confusing text from the smf_bootstrap man page.) Dave