Brian Utterback wrote: > I have two related questions. The first is how can a daemon supplying > a service indicate that there is a problem and that the service should > go into maintenance rather than having the restarter restart it?
Do the C code equivalent of this: # svcadm mark maintenance <service> -- Darren J Moffat