VirtualBox

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


Ignore:
Timestamp:
Aug 20, 2009 11:37:56 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51298
Message:

Solaris/Installer: checkinstall unplumb vboxnet0 ipv6 too.

File:
1 edited

Legend:

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

    r22062 r22367  
    6666        fi
    6767    fi
     68    vboxnetup=`$BIN_IFCONFIG vboxnet0 inet6 >/dev/null 2>&1`
     69    if test "$?" -eq 0; then
     70        echo "## VirtualBox NetAdapter (Ipv6) is still plumbed"
     71        echo "## Trying to remove old NetAdapter..."
     72        $BIN_IFCONFIG vboxnet0 inet6 unplumb
     73        if test "$?" -ne 0; then
     74            echo "## VirtualBox NetAdapter 'vboxnet0' IPv6 couldn't be unplumbed (probably in use)."
     75            abort_error
     76        fi
     77    fi
    6878fi
    6979
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