Quoth Srinivas Krishnan on Wed, Jan 10, 2007 at 05:59:29PM +0530: > I need more information or any links on how to use libscf api's so that > i can create/delete/modify services.
scf_scope_add_service(3SCF) scf_service_add_instance(3SCF) scf_scope_delete_service(3SCF) scf_service_delete_instance(3SCF) and the other libscf(3LIB) manpages. David