Quoth Nicolas Williams on Wed, Jan 14, 2009 at 05:57:11PM -0600: > > > If there are multiple > > > repositories, which one gets the door call? > > > > I don't understand what you mean by multiple repositories. > > Doesn't svccfg fork/exec a helper svc.config when the repository > sub-command is used?
Yes, if the repository subcommand is given a path other than /etc/svc/repository.db. And in that case there should only be one svc.configd. In any case, svccfg only knows about libscf, which only connects to the svc.configd it's been instructed to connect to. If you're asking what happens when multiple svc.configd's operate on the same database file, then the answer is that it's an error and doesn't need to be defined. David