Quoth Brandorr on Tue, Sep 18, 2007 at 04:47:41PM -0400: > I was trying to control legacy services using svcadm, and I got an > error about not supported. > > Why don't we map some of the basic svcadm commands like enable and > disable to interact with existing legacy start and stop calls to rc > scripts? (If this hasn't already been done.)
I'm afraid using the RC scripts on the backend to the SMF frontend interfaces would result in inconsistent operations and would fuzzy users' mental models. Maybe it wouldn't be too bad if svcadm said "warning, this is a legacy service, I'm just running the rc script, things aren't guaranteed to work like native services". David