Jordan Brown writes:
> Jordan Brown (Sun) wrote:
> > What form of commands are supported in "exec=" clauses?
> 
> Use the Source, Luke.
> 
> It's run via /sbin/sh -c "...".  Right?
> _______________________________________________
> smf-discuss mailing list
> smf-discuss at opensolaris.org

That is correct.  One warning, though, is to watch out for XML magic
characters in your manifest.  For instance if your command requires a "<"
or a "&", you'll want to use
        &lt;
        &amp;
in the manifest file.

tom

Reply via email to