Changeset 20697 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 18, 2009 5:28:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r20696 r20697 41 41 if test ! -z "$zoneaccessfound" 42 42 if test "$zoneaccessfound" = "online"; then 43 echo "## VirtualBox's Zone Access service appears to still be running."44 echo "## Stopping & removingservice..."43 echo "## VirtualBox's zone access service appears to still be running." 44 echo "## Stopping zone access service..." 45 45 /usr/sbin/svcadm disable -s svc:/application/virtualbox/zoneaccess 46 46 fi 47 echo "## Removing zone access service..." 47 48 /usr/sbin/svccfg delete svc:/application/virtualbox/zoneaccess 48 49 fi
Note:
See TracChangeset
for help on using the changeset viewer.