VirtualBox

Changeset 39026 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Oct 19, 2011 9:44:50 AM (13 years ago)
Author:
vboxsync
Message:

Solaris/Installer: S11 vanity name fix typo.

File:
1 edited

Legend:

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

    r39002 r39026  
    851851                if test "$HOST_OS_MAJORVERSION" = "5.11" && test "$HOST_OS_MINORVERSION" -gt 174; then
    852852                    vanityname=`dladm show-phys -po link,device | grep vboxnet0 | cut -f1 -d':'`
    853                     if test $? -eq 0 && test ! -z "vanityname" && test "$vanityname" != "vboxnet0"; then
     853                    if test $? -eq 0 && test ! -z "$vanityname" && test "$vanityname" != "vboxnet0"; then
    854854                        dladm rename-link "$vanityname" vboxnet0
    855855                        if test $? -ne 0; 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