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

/vbox/src/VBox/Installer/solaris/
H A Dsmf-vboxautostart.sh23 VW_EXIT=0
61 VW_EXIT=$?
62 if [ $VW_EXIT != 0 ]; then
63 echo "VBoxAutostart failed with $VW_EXIT."
64 VW_EXIT=1
104 VW_EXIT=$?
105 if [ $VW_EXIT != 0 ]; then
106 echo "VBoxAutostart failed with $VW_EXIT."
107 VW_EXIT=1
113 VW_EXIT
[all...]
H A Dsmf-vboxballoonctrl.sh23 VW_EXIT=0
95 VW_EXIT=$?
96 if [ $VW_EXIT != 0 ]; then
97 echo "VBoxBalloonCtrl failed with $VW_EXIT."
98 VW_EXIT=1
106 VW_EXIT=$SMF_EXIT_ERR_CONFIG
110 exit $VW_EXIT
H A Dsmf-vboxwebsrv.sh23 VW_EXIT=0
118 VW_EXIT=$?
119 if [ $VW_EXIT != 0 ]; then
120 echo "vboxwebsrv failed with $VW_EXIT."
121 VW_EXIT=1
129 VW_EXIT=$SMF_EXIT_ERR_CONFIG
133 exit $VW_EXIT

Completed in 45 milliseconds