- 時間撮記:
- 2012-8-1 上午07:09:11 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r40757 r42491 141 141 fi 142 142 143 # Check if the autostart service is running, if so stop & remove it 144 servicefound=`svcs -H "svc:/application/virtualbox/autostart" 2> /dev/null | grep '^online'` 145 if test ! -z "$servicefound"; then 146 infoprint "VirtualBox autostart service appears to still be running." 147 infoprint "Halting & removing autostart service..." 148 /usr/sbin/svcadm disable -s svc:/application/virtualbox/autostart 149 fi 150 143 151 # Check if VBoxSVC is currently running 144 152 VBOXSVC_PID=`ps -eo pid,fname | grep VBoxSVC | grep -v grep | awk '{ print $1 }'`
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器