Quoth Christine Tran on Wed, Jul 12, 2006 at 06:16:14PM -0400: > I booted up my laptop today to a small surprise, SMF was importing 1/1 > manifest! OK, so sometime when I'm working on a demo or new manifest > I'll put it somewhere in /var/svc/manifest/subdirs, intending to move it > out of the way, but sometime I forget to move it out or change its name. > So now I don't know which manifest it was that SMF imported. It could > also be a service which I've deleted but I've messed with its manifest > so it's imported again. I just don't know. How do I find out?
I think you can do this by comparing the properties on smf/manifest in the repository against those in the most recent backup in /etc/svc. The easiest way to get the latter is with svccfg, so I'd dump svccfg -s smf/manifest listprop and compare it against SVCCFG_REPOSITORY=/etc/svc/... svccfg -s smf/manifest listprop David