]> git.ipfire.org Git - thirdparty/kmod.git/commit
compatibility: match commands using fnmatch() instead of strcmp().
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 17 Dec 2011 00:43:04 +0000 (22:43 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 17 Dec 2011 22:03:44 +0000 (20:03 -0200)
commita6bf2495f6738c6a06028678e652f271bca8fc47
tree1b45e0e2b8bc824c7a9e836088d82cb4b78dadbe
parente793f1eae9f7d08f11b05f1ab24ea631bd7fc06b
compatibility: match commands using fnmatch() instead of strcmp().

module-init-tools modprobe.c use fnmatch() and not strcmp() to match
commands and softdeps, although the man page does not say so. Then use
the same function to provide compatibility.
libkmod/libkmod-module.c