Changeset 32388 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 10, 2010 10:13:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65744
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/90-vboxguest.fdi
r21412 r32388 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 # Sun VirtualBox4 3 # Hal driver description for the vboxmouse driver 5 4 # $Id$ 6 5 7 Copyright (C) 2008-20 09 Sun Microsystems, Inc.6 Copyright (C) 2008-2010 Oracle Corporation 8 7 9 8 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/deffiles
r31637 r32388 1 1 #!/bin/sh 2 2 # 3 # Sun VirtualBox4 3 # VirtualBox linux Guest Additions default files list 5 4 6 5 # 7 # Copyright (C) 2009 Sun Microsystems, Inc.6 # Copyright (C) 2009-2010 Sun Microsystems, Inc. 8 7 # 9 8 # Sun Microsystems, Inc. confidential -
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r28800 r32388 1 1 #!/bin/sh 2 2 # 3 # Sun VirtualBox4 3 # Linux Additions Guest Additions service daemon init script. 5 4 # 6 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 7 6 # 8 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r32166 r32388 1 1 #! /bin/sh 2 # Sun VirtualBox2 # 3 3 # Linux Additions X11 setup init script ($Revision$) 4 4 # 5 5 6 6 # 7 # Copyright (C) 2006-20 09Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r32234 r32388 1 1 #! /bin/sh 2 # Sun VirtualBox2 # 3 3 # Linux Additions kernel module init script ($Revision$) 4 4 #
Note:
See TracChangeset
for help on using the changeset viewer.