David, David Galan wrote: > easySMF is a utility to create a XML online in easy steps, defines the > name, run level (milestone), the method ... and shows you a XML and import > it as the system. > > The link: > > http://es.opensolaris.org/easySMF/
That's really, really cool. SMF has needed something like this for a long time. One bug: There is no such thing as a "restart" method. "svcadm restart" is implemented as a "stop" followed by a "start". (There is a "refresh" method, but refresh and restart aren't the same thing.) Dave