Changeset 495 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2007 9:10:58 AM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh
r352 r495 7 7 # Copyright (C) 2006 InnoTek Systemberatung GmbH 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # If you received this file as part of a commercial VirtualBox 18 # distribution, then only the terms of your commercial VirtualBox 19 # license agreement apply instead of the previous paragraph. 9 # Use only with permission. 20 10 # 21 11 -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r426 r495 5 5 # Copyright (C) 2006 InnoTek Systemberatung GmbH 6 6 # 7 # This file is part of VirtualBox Open Source Edition (OSE), as 8 # available from http://www.virtualbox.org. This file is free software; 9 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License as published by the Free Software Foundation, 11 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 # distribution. VirtualBox OSE is distributed in the hope that it will 13 # be useful, but WITHOUT ANY WARRANTY of any kind. 14 # 15 # If you received this file as part of a commercial VirtualBox 16 # distribution, then only the terms of your commercial VirtualBox 17 # license agreement apply instead of the previous paragraph. 7 # Use only with permission. 8 # 18 9 19 10 -
trunk/src/VBox/Additions/linux/installer/vboxvfs.sh
r352 r495 5 5 # Copyright (C) 2006 InnoTek Systemberatung GmbH 6 6 # 7 # This file is part of VirtualBox Open Source Edition (OSE), as 8 # available from http://www.virtualbox.org. This file is free software; 9 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License as published by the Free Software Foundation, 11 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 # distribution. VirtualBox OSE is distributed in the hope that it will 13 # be useful, but WITHOUT ANY WARRANTY of any kind. 14 # 15 # If you received this file as part of a commercial VirtualBox 16 # distribution, then only the terms of your commercial VirtualBox 17 # license agreement apply instead of the previous paragraph. 7 # Use only with permission. 8 # 18 9 19 10 -
trunk/src/VBox/Additions/linux/installer/x11config.pl
r1 r495 1 1 #!/usr/bin/perl -w 2 2 # 3 # 3 # InnoTek VirtualBox 4 4 # 5 # 5 # Linux Additions X11 config update script 6 6 # 7 # 7 # Copyright (C) 2006 InnoTek Systemberatung GmbH 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 9 # Use only with permission. 16 10 # 17 # If you received this file as part of a commercial VirtualBox 18 # distribution, then only the terms of your commercial VirtualBox 19 # license agreement apply instead of the previous paragraph. 20 # 11 21 12 22 13 my $temp="/tmp/xorg.conf";
Note:
See TracChangeset
for help on using the changeset viewer.