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

/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh1004 procpid=`ps -eo pid,fname | grep $procname | grep -v grep | awk '{ print $1 }'`
1005 if test ! -z "$procpid" && test "$procpid" -ge 0; then
1006 kill -USR1 $procpid
1012 errorprint "Cannot uninstall VirtualBox while VBoxSVC (pid $procpid) is still running."

Completed in 43 milliseconds