VirtualBox

Changeset 11755

Show
Ignore:
Timestamp:
08/28/08 14:28:21 (3 months ago)
Author:
vboxsync
Message:

debian update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/VBox.sh

    r10432 r11755  
    4545         You will not be able to start VMs until this problem is fixed. 
    4646EOF 
    47 elif [ ! -w /dev/vboxdrv ]; then 
    48     if [ "`id | grep vboxusers`" = "" ]; then 
    49         cat << EOF 
    50 WARNING: You are not a member of the "vboxusers" group.  Please add yourself 
    51          to this group before starting VirtualBox. 
    52  
    53          You will not be able to start VMs until this problem is fixed. 
    54 EOF 
    55     else 
    56         cat << EOF 
    57 WARNING: /dev/vboxdrv not writable for some reason. If you recently added the 
    58          current user to the vboxusers group then you have to logout and 
    59          re-login to take the change effect. 
    60  
    61          You will not be able to start VMs until this problem is fixed. 
    62 EOF 
    63     fi 
    6447fi 
    6548 
  • trunk/debian/control

    r11346 r11755  
    99  lsb-release, g++-multilib [amd64], libc6-dev-i386 [amd64], 
    1010  ia32-libs [amd64], libasound-dev, libpulse-dev, libxml2-dev, 
    11   libxslt1-dev 
     11  libxslt1-dev, python-dev 
    1212 
    1313Package: virtualbox-ose 
  • trunk/debian/rules

    r11725 r11755  
    169169        mv $(archdir)/*.so $(prefix)/usr/lib/$(package) 
    170170        mv $(archdir)/*.so.4 $(prefix)/usr/lib/$(package) || true 
    171         mv $(archdir)/sdk  $(prefix)/usr/share/$(package) 
    172171        $(if $(HEADLESS),,mv $(archdir)/nls $(prefix)/usr/share/$(package)) 
    173172        mv $(archdir)/src  $(prefix)/usr/share/$(package) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy