Changeset 2988 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jun 1, 2007 5:36:09 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21711
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/export_modules
r2641 r2988 5 5 # modules 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh
r2530 r2988 1 1 #!/bin/sh 2 2 # 3 # InnoTek VirtualBox3 # innotek VirtualBox 4 4 # 5 5 # Linux Additions timesync daemon init script 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # Use only with permission. -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r2530 r2988 1 1 #! /bin/sh 2 # InnoTek VirtualBox2 # innotek VirtualBox 3 3 # Linux Additions kernel module init script 4 4 # 5 # Copyright (C) 2006 InnoTek SystemberatungGmbH5 # Copyright (C) 2006-2007 innotek GmbH 6 6 # 7 7 # Use only with permission. -
trunk/src/VBox/Additions/linux/installer/vboxvfs.sh
r2530 r2988 1 1 #! /bin/sh 2 # InnoTek VirtualBox2 # innotek VirtualBox 3 3 # Linux Additions VFS kernel module init script 4 4 # 5 # Copyright (C) 2006 InnoTek SystemberatungGmbH5 # Copyright (C) 2006-2007 innotek GmbH 6 6 # 7 7 # Use only with permission. -
trunk/src/VBox/Additions/linux/installer/x11config.pl
r1529 r2988 1 1 #!/usr/bin/perl -w 2 2 # 3 # InnoTek VirtualBox3 # innotek VirtualBox 4 4 # 5 5 # Linux Additions X11 config update script 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # Use only with permission. -
trunk/src/VBox/Additions/linux/module/files_vboxadd
r2642 r2988 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 InnoTek SystemberatungGmbH5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs
r2642 r2988 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # Copyright (C) 2007 InnoTek SystemberatungGmbH5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c
r2980 r2988 234 234 { 235 235 VBOX_DRIVER_NAME, 236 "innotek SystemberatungGmbH",236 "innotek GmbH", 237 237 MODINFOSTRING1, 238 238 MODINFOSTRING2,
Note:
See TracChangeset
for help on using the changeset viewer.