Quoth Peter Tribble on Mon, Mar 31, 2008 at 11:46:49PM +0100: > What I've found myself doing recently is having to stop/start > all smf services associated with an application. Essentially > what I would like to do is: > > svcadm disable "*foobar*" > > Is there a better way to do this than > > svcadm disable `svcs -a | grep foobar | awk '{print$2}'` > > (or some other shell construct of your choice) > > or is there some other way that the problem might be > approached?
Not without mucking with dependencies as Jordan suggests. Please file an RFE. I imagine it would be best to add an option which says "really expand this". David