Changeset 18265 in vbox for trunk/src/VBox/Installer/solaris/vbi
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45012
- Location:
- trunk/src/VBox/Installer/solaris/vbi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vbi/makepackage.sh
r11962 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox Solaris VBI Kernel Module package creation script. 4 4 # 5 # Copyright (C) 2007-200 8Sun Microsystems, Inc.5 # Copyright (C) 2007-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/solaris/vbi/preremove.sh
r13439 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox preremove script for VBI kernel package on Solaris hosts. 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 # 19 19 20 echo "Sun xVMVirtualBox Kernel Package - preremove script"20 echo "Sun VirtualBox Kernel Package - preremove script" 21 21 echo "This script will unload the VirtualBox kernel interface module..." 22 22 -
trunk/src/VBox/Installer/solaris/vbi/vboxkern.pkginfo
r9175 r18265 1 1 PKG="SUNWvboxkern" 2 NAME="Sun xVMVirtualBox Kernel Interface Module"3 SUNW_PRODNAME="Sun xVMVirtualBox Kernel Interface Module"2 NAME="Sun VirtualBox Kernel Interface Module" 3 SUNW_PRODNAME="Sun VirtualBox Kernel Interface Module" 4 4 ARCH="@UNAME_P@" 5 5 VERSION="@VBOX_VERSION_STRING@,REV=@VBOX_VERSION_REVSTAMP@" … … 12 12 BASEDIR="/" 13 13 CLASSES=none 14 DESC="Sun xVMVirtualBox kernel interface module (vbi) for SunOS 32-bit and 64-bit"14 DESC="Sun VirtualBox kernel interface module (vbi) for SunOS 32-bit and 64-bit" 15 15
Note:
See TracChangeset
for help on using the changeset viewer.