VirtualBox

Changeset 5739 in vbox for trunk/debian/vboxnet.init.tmpl


Ignore:
Timestamp:
Nov 14, 2007 11:40:04 AM (17 years ago)
Author:
vboxsync
Message:

sync debian/ directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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