- Timestamp:
- Apr 18, 2008 6:31:21 PM (17 years ago)
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/VBox.sh
r8155 r8172 1 1 #!/bin/sh 2 2 # 3 # innotekVirtualBox3 # Sun xVM VirtualBox 4 4 # 5 5 # Copyright (C) 2006-2007 Sun Microsystems, Inc. -
trunk/src/VBox/Installer/linux/VBoxAddIF.sh
r8155 r8172 1 1 #!/bin/sh 2 2 # 3 # innotekVirtualBox3 # Sun xVM VirtualBox 4 4 # Permanent host interface creation script for Linux systems. 5 5 … … 39 39 40 40 echo "VirtualBox host networking interface creation utility, version _VERSION_" 41 echo "(C) 2005-2007 innotek GmbH"41 echo "(C) 2005-2007 Sun Microsystems, Inc." 42 42 echo "All rights reserved." 43 43 -
trunk/src/VBox/Installer/linux/VirtualBox.desktop
r7202 r8172 2 2 Encoding=UTF-8 3 3 Version=1.0 4 Name= innotekVirtualBox4 Name=Sun xVM VirtualBox 5 5 GenericName=Virtual Machine 6 6 Type=Application -
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r7181 r8172 1 1 #! /bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # Linux kernel module init script 4 4 5 5 # 6 # Copyright (C) 2006-2007 innotek GmbH6 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/vboxnet.sh.in
r7901 r8172 1 1 #! /bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # Linux static host networking interface initialization 4 4 # 5 5 6 6 # 7 # Copyright (C) 2007 innotek GmbH7 # Copyright (C) 2007 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/VBox.sh
r8155 r8172 1 1 #!/bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox startup script for Solaris 4 4 # -
trunk/src/VBox/Installer/solaris/makepackage.sh
r8155 r8172 1 1 #!/bin/sh 2 2 set -e 3 # innotekVirtualBox3 # Sun xVM VirtualBox 4 4 # VirtualBox Solaris package creation script. 5 5 # -
trunk/src/VBox/Installer/solaris/postinstall.sh
r8155 r8172 1 1 #!/bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox postinstall script for Solaris. 4 4 # -
trunk/src/VBox/Installer/solaris/preremove.sh
r8155 r8172 1 1 #!/bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox preremove script for Solaris. 4 4 # -
trunk/src/VBox/Installer/solaris/vboxdrv.sh
r8155 r8172 1 1 #!/bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox kernel module control script for Solaris. 4 4 #
Note:
See TracChangeset
for help on using the changeset viewer.