VirtualBox

Changeset 58028 in vbox for trunk


Ignore:
Timestamp:
Oct 5, 2015 5:01:48 PM (9 years ago)
Author:
vboxsync
Message:

Solaris/Installer: quieter during uninstall.

File:
1 edited

Legend:

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

    r58027 r58028  
    969969            $BIN_IPADM create-addr -T static -a local="192.168.56.1/24" "vboxnet0/v4addr"
    970970            if test "$?" -eq 0; then
    971                 subprint "Configured: Network interface 'vboxnet0'"
     971                subprint "Configured: NetAdapter 'vboxnet0'"
    972972            else
    973973                warnprint "Failed to create local address for vboxnet0!"
     
    10511051                $BIN_IPADM delete-addr vboxnet$inst/v4addr
    10521052                $BIN_IPADM delete-ip vboxnet$inst
    1053                 if test "$?" -eq 0; then
    1054                     subprint "Removed: Network interface 'vboxnet0'"
    1055                 else
     1053                if test "$?" -ne 0; then
    10561054                    errorprint "VirtualBox NetAdapter 'vboxnet$inst' couldn't be removed (probably in use)."
    10571055                    if test "$fatal" = "$FATALOP"; then
Note: See TracChangeset for help on using the changeset viewer.

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