Changeset 22350 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 19, 2009 3:06:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r22227 r22350 501 501 if test "$?" -ne 0; then 502 502 errorprint "VirtualBox NetAdapter 'vboxnet0' couldn't be unplumbed (probably in use)." 503 if test "$fatal" = "$FATALOP"; then 504 exit 1 505 fi 506 fi 507 fi 508 509 # unplumb vboxnet0 ipv6 510 vboxnetup=`$BIN_IFCONFIG vboxnet0 inet6 >/dev/null 2>&1` 511 if test "$?" -eq 0; then 512 $BIN_IFCONFIG vboxnet0 inet6 unplumb 513 if test "$?" -ne 0; then 514 errorprint "VirtualBox NetAdapter 'vboxnet0' IPv6 couldn't be unplumbed (probably in use)." 503 515 if test "$fatal" = "$FATALOP"; then 504 516 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.