David Finberg wrote: > On Wed, 20 Sep 2006, Tony Nguyen wrote: > >> The sysconfig manifest shows only one required_all dependency on >> 'single-user' but svcs -l shows that sysconfig has 4 dependencies. >> Where are the additional optional_all dependencies defined? > > As dependent (not dependency) in those services manifests. > > e.g. > cat /var/svc/manifest/system/sysidtool.xml > > ... > <dependent > name='sysidtoolnet_sysconfig' > grouping='optional_all' > restart_on='none'> > <service_fmri value='svc:/milestone/sysconfig' /> > </dependent> > ah ha. Thanks for pointing that out.
-tony