mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.pposix: Add pposix.uname(), bump version
This commit is contained in:
parent
c14f4168f2
commit
50b20f4af4
3 changed files with 28 additions and 3 deletions
|
@ -79,7 +79,7 @@ require "util.datamanager".set_data_path(data_path);
|
|||
-- Switch away from root and into the prosody user --
|
||||
local switched_user, current_uid;
|
||||
|
||||
local want_pposix_version = "0.3.4";
|
||||
local want_pposix_version = "0.3.5";
|
||||
local ok, pposix = pcall(require, "util.pposix");
|
||||
|
||||
if ok and pposix then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue