VirtualBox

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


Ignore:
Timestamp:
Aug 7, 2009 6:21:11 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50831
Message:

Solaris/Installer: bits.

Location:
trunk/src/VBox/Installer/solaris
Files:
2 edited

Legend:

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

    r22082 r22083  
    3535    rc=$?
    3636    if test "$rc" -eq 0; then
    37         echo "Installing new bits..."
     37        echo "Installing new ones..."
    3838        /opt/VirtualBox/vboxconfig.sh postinstall
    3939    fi
    4040    rc=$?
    41     if test "$rc" -eq 0; then
    42         echo "Completed Successfully!"
    43     else
     41    if test "$rc" -ne 0; then
    4442        echo "Completed but with errors."
     43        rc=20
    4544    fi
    4645fi
     
    4847/usr/sbin/installf -f $PKGINST
    4948
    50 echo "Done."
    51 
    5249# return 20 = requires reboot, 2 = partial failure, 0  = success
    5350exit "$rc"
  • trunk/src/VBox/Installer/solaris/preremove.sh

    r22082 r22083  
    1818#
    1919
    20 echo "Sun VirtualBox - preremove script"
    21 echo "This script will unload the VirtualBox kernel module..."
     20echo "Removing VirtualBox drivers and services..."
    2221
    2322currentzone=`zonename`
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette