aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-07-10 03:33:37 +0200
committerKim Alvefur <zash@zash.se>2020-07-10 03:33:37 +0200
commite85395014d43753c221c16f22a372e405628faf0 (patch)
treebd26c375418690facaf6471869dae2196abde513 /prosodyctl
parentf96ca297e3c83226a56b09337cc37528a2320c8a (diff)
downloadprosody-e85395014d43753c221c16f22a372e405628faf0.tar.gz
prosody-e85395014d43753c221c16f22a372e405628faf0.zip
prosodyctl about: Show longer name for luaunbound
luaunbound, lunbound, lua-unbound ... "k?rt barn har m?nga namn"
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosodyctl b/prosodyctl
index fabfe04f..dcd9e5a2 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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