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
commitf537afbb8e245beea12af9afa0de12744c6c595a (patch)
treebd26c375418690facaf6471869dae2196abde513 /prosodyctl
parent947c136c95d5767f83127ee62c30f13f14aea615 (diff)
downloadprosody-f537afbb8e245beea12af9afa0de12744c6c595a.tar.gz
prosody-f537afbb8e245beea12af9afa0de12744c6c595a.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