Quoth Phil Coleman on Fri, Sep 08, 2006 at 08:58:10AM -0700: > After an upgrade from Solaris 8 to 10, if old legacy start/stop > scripts are converted over to using SMF, is there a means of removing > the legacy entry that shows up in the svcs output without having to > reboot???
Not officially, but they just come from property groups on the smf/legacy service, so you could remove them with svccfg. Something like # svccfg -s smf/legacy svc:/smf/legacy> listpg ... svc:/smf/legacy> delpg <pg> svc:/smf/legacy> exit # David