VirtualBox
Show
Ignore:
Timestamp:
11/14/07 12:40:04 (1 year ago)
Author:
vboxsync
Message:

sync debian/ directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/vboxnet.init.tmpl

    r5255 r5739  
    112112    if ! VBoxTunctl -h 2>&1 | grep -q VBoxTunctl > /dev/null; then 
    113113      failure "VBoxTunctl not found" 
     114    fi 
     115    # Fail if we don't have the kernel tun device 
     116    # Make sure that the tun module is loaded (Ubuntu 7.10 needs this) 
     117    modprobe tun > /dev/null 2>&1 
     118    if ! cat /proc/misc 2>/dev/null | grep tun > /dev/null 
     119    then 
     120      failure "Linux tun/tap subsystem not available" 
    114121    fi 
    115122    # Read the configuration file entries line by line and create the 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy