VirtualBox

Changeset 35938 in vbox for trunk/src/VBox/HostDrivers/linux


Ignore:
Timestamp:
Feb 11, 2011 9:18:53 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69988
Message:

HostDrivers/linux: fix module unload sequence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/Makefile

    r35920 r35938  
    9696
    9797unload:
    98         @for module in vboxnetadp vboxnetflt vboxdrv vboxpci; do \
     98        @for module in vboxpci vboxnetadp vboxnetflt vboxdrv; do \
    9999                if grep "^$$module " /proc/modules >/dev/null; then \
    100100                        echo "Removing previously installed $$module module"; \
Note: See TracChangeset for help on using the changeset viewer.

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