Quoth Nicolas Dorfsman on Sun, Nov 25, 2007 at 11:04:10PM -0800: > method scripts general depository is /lib/svc/method . > > In case /lib is inherited from global zone, where could be the > general repository ?
SMF doesn't care where your method is. So if you're creating your own service, you can place it outside of /lib and it won't be inherited. If you want to modify a service delivered by someone else that uses a method in /lib, then you'll have to copy it elsewhere and modify the repository to refer to the new location. David