View | Details | Raw Unified | Return to bug 168897
Collapse All | Expand All

(-)/usr/ports/emulators/virtualbox-ose-additions/files/vboxguest.in 2012-06-09 19:54:46.510330673 +0400 (-2 / +2 lines)
Lines 24-30 Link Here
24
24
25
vboxguest_start()
25
vboxguest_start()
26
{
26
{
27
       if ! kldstat -q -m vboxguest;
27
       if ! kldstat -q -m pci/vboxguest;
28
       then
28
       then
29
               if ! kldload vboxguest > /dev/null 2>&1;
29
               if ! kldload vboxguest > /dev/null 2>&1;
30
               then
30
               then
Lines 36-42 Link Here
36
36
37
vboxguest_stop()
37
vboxguest_stop()
38
{
38
{
39
        if kldstat -q -m vboxguest;
39
        if kldstat -q -m pci/vboxguest;
40
        then
40
        then
41
                if ! kldunload vboxguest > /dev/null 2>&1;
41
                if ! kldunload vboxguest > /dev/null 2>&1;
42
                then
42
                then

Return to bug 168897