Diff

prosodyctl @ 8015:ecb110f45c92

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Tue, 28 Mar 2017 20:14:35 +0200
parent 7923:81f3068fc30c
parent 8012:e898c8fda986
child 8068:5abb6bc45edd
line wrap: on
line diff
--- a/prosodyctl	Mon Mar 27 18:30:11 2017 +0200
+++ b/prosodyctl	Tue Mar 28 20:14:35 2017 +0200
@@ -135,7 +135,7 @@
 -- 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