Searched refs:SMF_FMRI (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/startup/
H A Dec_backends.method32 # Set defaults; SMF_FMRI should have been set, but just in case.
33 if [ -z "$SMF_FMRI" ]; then
38 SMF_FMRI="svc:/application/ec/backend:${instance}"
42 VAL=`/usr/bin/svcprop -p 'options/basedir' $SMF_FMRI 2>/dev/null`
46 echo "Property 'options/basedir' is not set for $SMF_FMRI - exiting"
50 VAL=`/usr/bin/svcprop -p 'options/logdir' $SMF_FMRI 2>/dev/null`
54 VAL=`/usr/bin/svcprop -p 'options/tmpdir' $SMF_FMRI 2>/dev/null`
58 VAL=`/usr/bin/svcprop -p 'options/vardir' $SMF_FMRI 2>/dev/null`
62 VAL=`/usr/bin/svcprop -p 'options/workdir' $SMF_FMRI 2>/dev/null`
66 VAL=`/usr/bin/svcprop -p 'options/loglevel' $SMF_FMRI
[all...]

Completed in 177 milliseconds