Changeset 5998 in vbox
- Timestamp:
- Dec 7, 2007 2:54:22 PM (17 years ago)
- Location:
- trunk/src/VBox/Devices/Network/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh
r5936 r5998 1 1 #!/bin/bash 2 2 # innotek VirtualBox 3 # VirtualBox VNIC setup script for Solaris hosts with Crossbow. 4 # 3 5 # Copyright (C) 2007 innotek GmbH 4 6 # 5 # VirtualBox VNIC setup script for Solaris hosts with Crossbow. 7 # This file is part of VirtualBox Open Source Edition (OSE), as 8 # available from http://www.virtualbox.org. This file is free software; 9 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License (GPL) as published by the Free Software 11 # Foundation, in version 2 as it comes in the "COPYING" file of the 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 14 # 7 15 -
trunk/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh
r5936 r5998 1 1 #!/bin/bash 2 2 # innotek VirtualBox 3 # VirtualBox VNIC terminate script for Solaris hosts with Crossbow. 4 # 3 5 # Copyright (C) 2007 innotek GmbH 4 6 # 5 # VirtualBox VNIC terminate script for Solaris hosts with Crossbow. 7 # This file is part of VirtualBox Open Source Edition (OSE), as 8 # available from http://www.virtualbox.org. This file is free software; 9 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License (GPL) as published by the Free Software 11 # Foundation, in version 2 as it comes in the "COPYING" file of the 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 6 14 # 7 15
Note:
See TracChangeset
for help on using the changeset viewer.