From e1aa25912f064363e531029ef05b5a62b47361c1 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 18 May 2015 22:04:12 +0200 Subject: prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module version listing --- prosodyctl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index ef436106..6c4b148a 100755 --- a/prosodyctl +++ b/prosodyctl @@ -578,6 +578,8 @@ function commands.about(arg) print(""); print("# Lua module versions"); local module_versions, longest_name = {}, 8; + local luaevent =dependencies.softreq"luaevent"; + local ssl = dependencies.softreq"ssl"; for name, module in pairs(package.loaded) do if type(module) == "table" and rawget(module, "_VERSION") and name ~= "_G" and not name:match("%.") then -- cgit v1.2.3