On Wed, Apr 2, 2008 at 6:51 PM, David Bustos <David.Bustos at sun.com> wrote:
> 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".

That would be 6684707

http://bugs.opensolaris.org/view_bug.do?bug_id=6684707

which I hope describes what I intended (although I did mean to put
a pointer to this thread in the bug report as well).

-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/

Reply via email to