feat(plugins): Allow kebab-case plugin names, e.g. libfairmq-plugin-pmix

Camel+snake-case plugin names are still allowed! e.g. `libFairMQPlugin_pmix`
This commit is contained in:
Dennis Klein
2022-03-24 16:01:47 +01:00
parent b798b1e098
commit ca420a0e0d
4 changed files with 140 additions and 83 deletions

View File

@@ -35,7 +35,7 @@ Plugin Manager:
see man ld.so(8) for details.
-P [ --plugin ] arg List of plugin names to load in
order,e.g. if the file is called
'libFairMQPlugin_example.so', just list
'libfairmq-plugin-example.so', just list
'example' or 'd:example' here.To load a
prelinked plugin, list 'p:example'
here.