Merge 0.10->trunk

This commit is contained in:
Kim Alvefur 2017-03-28 20:14:35 +02:00
commit f389cff7ea
4 changed files with 74 additions and 76 deletions

View file

@ -135,7 +135,7 @@ dependencies.log_warnings();
-- Switch away from root and into the prosody user --
local switched_user, current_uid;
local want_pposix_version = "0.3.6";
local want_pposix_version = "0.4.0";
local ok, pposix = pcall(require, "util.pposix");
if ok and pposix then