Changeset 22062 in vbox
- Timestamp:
- Aug 7, 2009 12:01:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r22061 r22062 59 59 if test "$?" -eq 0; then 60 60 echo "## VirtualBox NetAdapter is still plumbed" 61 echo "## Try to remove old NetAdapter..."61 echo "## Trying to remove old NetAdapter..." 62 62 $BIN_IFCONFIG vboxnet0 unplumb 63 63 if test "$?" -ne 0; then
Note:
See TracChangeset
for help on using the changeset viewer.