Alan: Good catch, I just corrected this. It seemed to work fine without the leading "/", but better to be consistent.
Brian >> --- ext-sources/gdm.xml (revision 16487) >> +++ ext-sources/gdm.xml (working copy) >> @@ -64,13 +64,13 @@ >> <exec_method >> type='method' >> name='start' >> - exec='/usr/sbin/gdm' >> + exec='lib/svc/method/svc-gdm start' >> timeout_seconds='60' /> >> >> <exec_method >> type='method' >> name='stop' >> - exec='/usr/sbin/gdm-stop' >> + exec='lib/svc/method/svc-gdm stop' >> timeout_seconds='60' /> >> >> <!-- Authorization --> > > Should those execs have a / before lib? > (grep on /var/svc/manifest/*/*.xml shows they all seem to have /lib) >
