Changeset 22367 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Aug 20, 2009 11:37:56 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r22062 r22367 66 66 fi 67 67 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 68 78 fi 69 79
Note:
See TracChangeset
for help on using the changeset viewer.