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

/solaris-userland/components/desktop/desktop-cache/files/
H A Drestart_fmri65 svc_state=unknown
74 svc_state=$(echo "$cmd_out" | /bin/grep "^state " | /bin/awk '{ print $2 }')
94 # sets svc_exists, svc_state, svc_fmri
103 if [ "$svc_state" == "online" ]; then
105 elif [ "$svc_state" == "offline" -a "$svc_next_state" == "online" ]; then
108 elif [ "$svc_state" == "disabled" ]; then
110 elif [ "$svc_state" == "maintenance" ]; then
114 echo "ERROR: smf service $svc_fmri is in $svc_state state."

Completed in 12 milliseconds