- Timestamp:
- Oct 5, 2015 5:01:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r58027 r58028 969 969 $BIN_IPADM create-addr -T static -a local="192.168.56.1/24" "vboxnet0/v4addr" 970 970 if test "$?" -eq 0; then 971 subprint "Configured: Net work interface'vboxnet0'"971 subprint "Configured: NetAdapter 'vboxnet0'" 972 972 else 973 973 warnprint "Failed to create local address for vboxnet0!" … … 1051 1051 $BIN_IPADM delete-addr vboxnet$inst/v4addr 1052 1052 $BIN_IPADM delete-ip vboxnet$inst 1053 if test "$?" -eq 0; then 1054 subprint "Removed: Network interface 'vboxnet0'" 1055 else 1053 if test "$?" -ne 0; then 1056 1054 errorprint "VirtualBox NetAdapter 'vboxnet$inst' couldn't be removed (probably in use)." 1057 1055 if test "$fatal" = "$FATALOP"; then
Note:
See TracChangeset
for help on using the changeset viewer.