mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl about: Show longer name for luaunbound
luaunbound, lunbound, lua-unbound ... "kärt barn har många namn"
This commit is contained in:
parent
947c136c95
commit
f537afbb8e
1 changed files with 2 additions and 2 deletions
|
@ -465,8 +465,8 @@ function commands.about(arg)
|
|||
end
|
||||
end
|
||||
if lunbound then
|
||||
if not module_versions["lunbound"] then
|
||||
module_versions["lunbound"] = "<= 0.5";
|
||||
if not module_versions["luaunbound"] then
|
||||
module_versions["luaunbound"] = "0.5 (?)";
|
||||
end
|
||||
library_versions["libunbound"] = lunbound._LIBVER;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue