VirtualBox

Changeset 44212 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Dec 28, 2012 9:21:44 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82990
Message:

Don't bother with the devlink.tab stuff for vboxdrv any more (corrected it for vboxdrvu in case we end up caring after all...).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r44185 r44212  
    11#!/bin/sh
    22# $Id$
    3 
     3## @file
     4# VirtualBox Configuration Script, Solaris host.
    45#
    5 # VirtualBox Configuration Script, Solaris host.
     6
    67#
    78# Copyright (C) 2009-2012 Oracle Corporation
     
    591592    fi
    592593
    593     # Add vboxdrv to devlink.tab
     594    ## Add vboxdrv to devlink.tab (KEEP TABS!)
     595    # clean up devlink.tab (KEEP TABS!)
    594596    if test -f "$PKG_INSTALL_ROOT/etc/devlink.tab"; then
    595597        sed -e '/name=vboxdrv/d' -e '/name=vboxdrvu/d' "$PKG_INSTALL_ROOT/etc/devlink.tab" > "$PKG_INSTALL_ROOT/etc/devlink.vbox"
    596         echo "type=ddi_pseudo;name=vboxdrv      \D" >> "$PKG_INSTALL_ROOT/etc/devlink.vbox"
    597         echo "type=ddi_pseudo;name=vboxdrvu     \D" >> "$PKG_INSTALL_ROOT/etc/devlink.vbox"
     598        #echo "type=ddi_pseudo;name=vboxdrv;minor=vboxdrv       \D" >> "$PKG_INSTALL_ROOT/etc/devlink.vbox"
     599        #echo "type=ddi_pseudo;name=vboxdrv;minor=vboxdrvu      \M0" >> "$PKG_INSTALL_ROOT/etc/devlink.vbox"
    598600        mv -f "$PKG_INSTALL_ROOT/etc/devlink.vbox" "$PKG_INSTALL_ROOT/etc/devlink.tab"
    599601    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette