- Timestamp:
- Apr 19, 2008 7:51:41 AM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/freebsd/Installer/vboxguest.sh
r8155 r8178 1 1 #!/bin/bash 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox Guest Additions kernel module control script for FreeBSD. 4 4 # -
trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh
r8155 r8178 1 1 #!/bin/sh 2 2 # 3 # innotek VirtualBox 4 # 5 # Linux Additions timesync daemon init script 3 # Sun xVM VirtualBox 4 # Linux Additions timesync daemon init script 6 5 # 7 6 # Copyright (C) 2006-2007 Sun Microsystems, Inc. -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r8155 r8178 1 1 #! /bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # Linux Additions kernel module init script 4 4 # -
trunk/src/VBox/Additions/linux/installer/vboxvfs.sh
r8155 r8178 1 1 #! /bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # Linux Additions VFS kernel module init script 4 4 # -
trunk/src/VBox/Additions/x11/installer/98vboxadd-xclient
r7930 r8178 1 1 #!/bin/sh 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # Start the Guest Additions X11 Client 4 4 # 5 # 6 # Copyright (C) 2007-2008 innotek GmbH 5 # Copyright (C) 2007-2008 Sun Microsystems, Inc. 7 6 # 8 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 14 # 15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 # Clara, CA 95054 USA or visit http://www.sun.com if you need 17 # additional information or have any questions. 18 # 16 19 17 20 /usr/bin/VBoxClient -
trunk/src/VBox/Additions/x11/installer/VBoxRandR.sh
r8155 r8178 3 3 # @file 4 4 # 5 # Sun xVM VirtualBox 5 6 # X11 guest additions: dynamic display changes 6 7 # -
trunk/src/VBox/Additions/x11/installer/x11config.pl
r8155 r8178 1 1 #!/usr/bin/perl -w 2 2 # 3 # innotekVirtualBox3 # Sun xVM VirtualBox 4 4 # 5 5 # Guest Additions X11 config update script -
trunk/src/VBox/Additions/x11/installer/x11restore.pl
r8155 r8178 2 2 # $Revision$ 3 3 # 4 # innotek VirtualBox 5 # Start the Guest Additions X11 Client 4 # Sun xVM VirtualBox 6 5 # 7 6 # Restore xorg.conf while removing Guest Additions. -
trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh
r8155 r8178 1 1 #!/bin/bash 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox VNIC setup script for Solaris hosts with Crossbow. 4 4 # -
trunk/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh
r8155 r8178 1 1 #!/bin/bash 2 # innotekVirtualBox2 # Sun xVM VirtualBox 3 3 # VirtualBox VNIC terminate script for Solaris hosts with Crossbow. 4 4 # -
trunk/src/VBox/Runtime/Makefile.kmk
r8155 r8178 1 1 # $Id$ 2 2 ## @file 3 # Makefile for the innotekPortable Runtime (IPRT).3 # Makefile for the Incredibly Portable Runtime (IPRT). 4 4 # 5 5
Note:
See TracChangeset
for help on using the changeset viewer.