kmod-modprobe: implement softdeps.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 17 Dec 2011 00:35:28 +0000 (22:35 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 17 Dec 2011 22:03:44 +0000 (20:03 -0200)
commite793f1eae9f7d08f11b05f1ab24ea631bd7fc06b
tree694235b1c4d7586cdc0cedd799a4e67b6babbb23
parentd6b55b7d18f7f70d35b21705d0f45044b98141ab
kmod-modprobe: implement softdeps.

Implement soft dependencies in a way similar to module-init-tools
modprobe. Unlike regular dependencies they are allowed to fail
inserting or removing.

The rmmod version walks the lists in reverse order, also doing post
before and pre later.
TODO
tools/kmod-modprobe.c