VirtualBox

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


Ignore:
Timestamp:
Jun 15, 2009 12:38:40 PM (15 years ago)
Author:
vboxsync
Message:

Solaris/Installer: ugh, checkinstall fix.

File:
1 edited

Legend:

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

    r20590 r20591  
    3232# Check if VBoxSVC is currently running
    3333VBOXSVC_PID=`ps -eo pid,fname | grep VBoxSVC | grep -v grep | awk '{ print $1 }'`
    34 if test $VBOXSVC_PID -ge 0; then
     34if test ! -z "$VBOXSVC_PID" && test "$VBOXSVC_PID" -ge 0; then
    3535    echo "## VirtualBox's VBoxSVC (pid $VBOXSVC_PID) still appears to be running."
    3636    abort_error
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