Changeset 20589 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 15, 2009 11:57:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r20585 r20589 31 31 32 32 # Check if VBoxSVC is currently running 33 VBOXSVC_PID=`ps -eo pid,fname | grep VBoxSVC | grep -v grep | cut -f 1 -d " "`33 VBOXSVC_PID=`ps -eo pid,fname | grep VBoxSVC | grep -v grep | awk '{ print $1 }'` 34 34 if test $VBOXSVC_PID -ge 0; then 35 35 echo "## VirtualBox's VBoxSVC (pid $VBOXSVC_PID) still appears to be running."
Note:
See TracChangeset
for help on using the changeset viewer.