Software / code / prosody
Changeset
11006:8ac958938e0f
prosodyctl about: Show longer name for luaunbound
luaunbound, lunbound, lua-unbound ... "kärt barn har många namn"
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 10 Jul 2020 03:33:37 +0200 |
| parents | 11005:cff243aafdce |
| children | 11008:fd735fe2fc50 |
| files | prosodyctl |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Fri Jul 10 03:29:06 2020 +0200 +++ b/prosodyctl Fri Jul 10 03:33:37 2020 +0200 @@ -465,8 +465,8 @@ 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