The description for 6509298 (syslog manifest should be constructed so syslog can be replaced with syslog-ng) reads:
"Some customers would like to replace syslog with syslog-ng. This is difficult currently because all properties for our syslog daemon are defined on the service. They should be defined on the instance so that an alternate syslog-ng instance will work properly." As I am currently learning my way around libscf, this made me wonder what the subtle differences are between scf_service_get_pg(3SCF) and scf_instance_get_pg(3SCF) for instance (no pun intended), if used in a service with a 'default' instance (e.g. svc:/system/foobarbaz:default). Are there any differences? If so, when should I opt for scf_service_get_pg() and when for scf_instance_get_pg()? Thanks, Menno -- Menno Lageman http://blogs.sun.com/menno Sun Microsystems