Changeset 69402 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2017 12:06:50 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118731
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.include.footer
r68706 r69402 1 # 1 # $Id$ 2 ## @file 2 3 # VirtualBox Guest Additions kernel module Makefile, common parts. 3 4 # 4 5 # See Makefile.include.header for details of how to use this. 6 # 7 5 8 # 6 9 # Copyright (C) 2006-2015 Oracle Corporation -
trunk/src/VBox/Installer/linux/Makefile.include.header
r68706 r69402 1 # 1 # $Id$ 2 ## @file 2 3 # VirtualBox Guest Additions kernel module Makefile, common parts. 3 4 # 4 5 # (For 2.6.x, the main file must be called 'Makefile'!) 6 # 7 5 8 # 6 9 # Copyright (C) 2006-2015 Oracle Corporation -
trunk/src/VBox/Installer/linux/VBoxSysInfo.sh
r56299 r69402 6 6 # Information about the host system/Linux distribution 7 7 8 # 8 9 # Copyright (C) 2006-2015 Oracle Corporation 9 10 # -
trunk/src/VBox/Installer/linux/deffiles
r56284 r69402 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # Oracle VM VirtualBox - linux default files list. 2 5 # 3 # Oracle VM VirtualBox4 # VirtualBox linux default files list5 6 6 7 # -
trunk/src/VBox/Installer/linux/postinst-common.sh
r67053 r69402 6 6 # 7 7 8 # 8 9 # Copyright (C) 2015 Oracle Corporation 9 10 # -
trunk/src/VBox/Installer/linux/prerm-common.sh
r68027 r69402 6 6 # 7 7 8 # 8 9 # Copyright (C) 2015 Oracle Corporation 9 10 # -
trunk/src/VBox/Installer/linux/routines.sh
r69007 r69402 3 3 # 4 4 5 # 5 6 # Copyright (C) 2007-2015 Oracle Corporation 6 7 #
Note:
See TracChangeset
for help on using the changeset viewer.