VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/installer/deffiles@ 96407

Last change on this file since 96407 was 96407, checked in by vboxsync, 22 months ago

scm copyright and license note update

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.9 KB
Line 
1# $Id: deffiles 96407 2022-08-22 17:43:14Z vboxsync $
2## @file
3# VirtualBox linux Guest Additions default files list
4#
5
6#
7# Copyright (C) 2009-2022 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28# This file contains the names of all files that the Guest Additions for
29# Linux guests have ever installed into the main filesystem tree (/usr and
30# /sbin). No entries should ever be removed from this file, as it is used
31# for uninstalling old installations of VirtualBox which did not keep track
32# of the names of their files, or damaged installations which lost track of
33# them.
34
35DEFAULT_FILE_NAMES=" \
36 /usr/bin/vboxadd-xclient \
37 /usr/bin/VBoxAudioTest \
38 /usr/bin/VBoxClient \
39 /usr/bin/VBoxControl \
40 /usr/sbin/vbox-greeter \
41 /usr/sbin/vboxadd-timesync \
42 /usr/sbin/vboxadd-service \
43 /usr/sbin/VBoxService \
44 /sbin/mount.vboxsf \
45 /usr/share/xgreeters/vbox-greeter.desktop \
46 /etc/X11/Xsession.d/98vboxadd-xclient \
47 /etc/X11/xinit.d/98vboxadd-xclient \
48 /etc/X11/xinit/xinitrc.d/98vboxadd-xclient.sh \
49 /usr/bin/VBoxRandR \
50 /usr/bin/VBoxClient-all \
51 /etc/xdg/autostart/vboxclient.desktop \
52 /usr/share/autostart/vboxclient.desktop \
53 /etc/udev/rules.d/60-vboxadd.rules \
54 /usr/share/xserver-xorg/pci/vboxvideo.ids \
55 /etc/hal/fdi/policy/90-vboxguest.fdi \
56 /etc/udev/rules.d/70-xorg-vboxmouse.rules \
57 /usr/share/hal/fdi/policy/20thirdparty/90-vboxguest.fdi \
58 /usr/lib/X11/xorg.conf.d/50-vboxmouse.conf \
59 /usr/share/X11/xorg.conf.d/50-vboxmouse.conf \
60 /usr/lib/dri/vboxvideo_dri.so \
61 /usr/lib64/dri/vboxvideo_dri.so \
62 /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so \
63 /usr/lib/xorg/modules/drivers/vboxvideo_drv.so \
64 /usr/X11R6/lib64/modules/drivers/vboxvideo_drv.so \
65 /usr/X11R6/lib/modules/drivers/vboxvideo_drv.so \
66 /usr/X11R6/lib/X11/modules/drivers/vboxvideo_drv.so \
67 /usr/lib64/xorg/modules/input/vboxmouse_drv.so \
68 /usr/lib/xorg/modules/input/vboxmouse_drv.so \
69 /usr/X11R6/lib64/modules/input/vboxmouse_drv.so \
70 /usr/X11R6/lib/modules/input/vboxmouse_drv.so \
71 /usr/X11R6/lib/X11/modules/input/vboxmouse_drv.so
72"
73
74DEFAULT_VERSIONED_FILE_NAMES=" \
75 /usr/src/vboxadd \
76 /usr/src/vboxguest \
77 /usr/src/vboxvfs \
78 /usr/src/vboxsf \
79 /usr/src/vboxvideo \
80"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use