Changeset 44528 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Feb 4, 2013 2:27:54 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83575
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r44344 r44528 5 5 6 6 # 7 # Copyright (C) 2006-201 2Oracle Corporation7 # Copyright (C) 2006-2013 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/VBox.sh
r43801 r44528 3 3 # Oracle VM VirtualBox startup script, Linux hosts. 4 4 # 5 # Copyright (C) 2006-201 1Oracle Corporation5 # Copyright (C) 2006-2012 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/VBoxCreateUSBNode.sh
r38362 r44528 7 7 8 8 # 9 # Copyright (C) 201 0Oracle Corporation9 # Copyright (C) 2011 Oracle Corporation 10 10 # 11 11 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/VBoxSysInfo.sh
r39121 r44528 6 6 # Information about the host system/Linux distribution 7 7 8 # Copyright (C) 2006-20 07Oracle Corporation8 # Copyright (C) 2006-2011 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/debian/LocalConfig.kmk
r41036 r44528 5 5 6 6 # 7 # Copyright (C) 2006-201 0Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/debian/postinst.in
r43715 r44528 1 1 #!/bin/sh 2 2 # 3 # Copyright (C) 2006-201 1Oracle Corporation3 # Copyright (C) 2006-2012 Oracle Corporation 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/debian/postrm
r43122 r44528 2 2 3 3 # 4 # Copyright (C) 2006-201 0Oracle Corporation4 # Copyright (C) 2006-2012 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/debian/preinst.in
r43122 r44528 1 1 #!/bin/bash 2 2 # 3 # Copyright (C) 2006-201 1Oracle Corporation3 # Copyright (C) 2006-2012 Oracle Corporation 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/debian/prerm.in
r43122 r44528 2 2 3 3 # 4 # Copyright (C) 2006-201 0Oracle Corporation4 # Copyright (C) 2006-2012 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/install.sh
r43715 r44528 5 5 6 6 # 7 # Copyright (C) 2007-201 1Oracle Corporation7 # Copyright (C) 2007-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/install_service/generate_service_file.cpp
r44437 r44528 7 7 8 8 /* 9 * Copyright (C) 201 2Oracle Corporation9 * Copyright (C) 2013 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/install_service/init_template.sh
r44437 r44528 3 3 # VirtualBox generic init script. 4 4 # 5 # Copyright (C) 201 2Oracle Corporation5 # Copyright (C) 2013 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/install_service/install_service.sh
r44437 r44528 4 4 # Script to install services within a VirtualBox installation. 5 5 # 6 # Copyright (C) 201 2Oracle Corporation6 # Copyright (C) 2013 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 15 16 16 17 # Clean up before we start. -
trunk/src/VBox/Installer/linux/routines.sh
r44142 r44528 3 3 # 4 4 5 # Copyright (C) 2007-201 1Oracle Corporation5 # Copyright (C) 2007-2012 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/rpm/LocalConfig.kmk
r40217 r44528 5 5 6 6 # 7 # Copyright (C) 2006-201 0Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/run-inst.sh
r44257 r44528 2 2 # 3 3 # Oracle VM VirtualBox 4 # VirtualBox Makeself installation starter script 4 # VirtualBox Makeself installation starter script 5 5 # for Linux Guest Additions 6 6 -
trunk/src/VBox/Installer/linux/scripts/VBoxHeadlessXOrg.sh
r44437 r44528 4 4 # VirtualBox X Server auto-start service. 5 5 # 6 # Copyright (C) 201 2Oracle Corporation6 # Copyright (C) 2013 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh
r43941 r44528 5 5 6 6 # 7 # Copyright (C) 2007-201 1Oracle Corporation7 # Copyright (C) 2007-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/testcase/tstInstallInit.sh
r44437 r44528 4 4 # VirtualBox init file creator unit test. 5 5 # 6 # Copyright (C) 201 2Oracle Corporation6 # Copyright (C) 2013 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/uninstall.sh
r42119 r44528 5 5 6 6 # 7 # Copyright (C) 2009-201 0Oracle Corporation7 # Copyright (C) 2009-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r44314 r44528 4 4 5 5 # 6 # Copyright (C) 2006-201 0Oracle Corporation6 # Copyright (C) 2006-2013 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.