Changeset 8555 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 5, 2008 8:34:16 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30469
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh
r8178 r8555 42 42 43 43 # To use a specific physical NIC, replace $phys_nic with the name of the NIC. 44 vnic_name= `/usr/lib/vna $phys_nic $mac`44 vnic_name="vnic"`/usr/lib/vna $phys_nic $mac` 45 45 if [ $? != 0 ]; then 46 46 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.