Changeset 32583 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Sep 17, 2010 9:46:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r32582 r32583 645 645 646 646 procname=$1 647 procpid=`ps -eo pid,fname | grep $ PROC_NAME| grep -v grep | awk '{ print $1 }'`647 procpid=`ps -eo pid,fname | grep $procname | grep -v grep | awk '{ print $1 }'` 648 648 if test ! -z "$procpid" && test "$procpid" -ge 0; then 649 649 $BIN_PKILL "$procname" 650 650 sleep 2 651 procpid=`ps -eo pid,fname | grep $ PROC_NAME| grep -v grep | awk '{ print $1 }'`651 procpid=`ps -eo pid,fname | grep $procname | grep -v grep | awk '{ print $1 }'` 652 652 if test ! -z "$procpid" && test "$procpid" -ge 0; then 653 653 subprint "Terminating: $procname ...FAILED!"
Note:
See TracChangeset
for help on using the changeset viewer.