VirtualBox

Changeset 20589 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jun 15, 2009 11:57:20 AM (15 years ago)
Author:
vboxsync
Message:

Solaris/Installer: checkinstall fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/checkinstall.sh

    r20585 r20589  
    3131
    3232# Check if VBoxSVC is currently running
    33 VBOXSVC_PID=`ps -eo pid,fname | grep VBoxSVC | grep -v grep | cut -f 1 -d " "`
     33VBOXSVC_PID=`ps -eo pid,fname | grep VBoxSVC | grep -v grep | awk '{ print $1 }'`
    3434if test $VBOXSVC_PID -ge 0; then
    3535    echo "## VirtualBox's VBoxSVC (pid $VBOXSVC_PID) still appears to be running."
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette