Changeset 18265 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/90-vboxguest.fdi
r12283 r18265 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 # Sun xVMVirtualBox3 # Sun VirtualBox 4 4 # Hal driver description for the vboxmouse driver 5 5 # $Id$ 6 6 7 Copyright (C) 2008 Sun Microsystems, Inc.7 Copyright (C) 2008-2009 Sun Microsystems, Inc. 8 8 9 9 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh
r17948 r18265 1 1 #!/bin/sh 2 2 # 3 # Sun xVMVirtualBox3 # Sun VirtualBox 4 4 # Linux Additions timesync daemon init script 5 5 # 6 # Copyright (C) 2006-200 7Sun Microsystems, Inc.6 # Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 175 175 176 176 fi 177 177 178 178 if [ "$system" = "slackware" ]; then 179 179 daemon() { -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r18056 r18265 1 1 #! /bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # Linux Additions kernel module init script 4 4 # 5 # Copyright (C) 2006-200 7Sun Microsystems, Inc.5 # Copyright (C) 2006-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 285 285 find /lib/modules/`uname -r` -name "vboxvfs\.*" 2>/dev/null|xargs rm -f 2>/dev/null 286 286 succ_msg 287 fi 287 fi 288 288 if find /lib/modules/`uname -r` -name "vboxadd\.*" 2>/dev/null|grep -q vboxadd; then 289 289 begin "Removing old VirtualBox vboxadd kernel module"
Note:
See TracChangeset
for help on using the changeset viewer.