aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-28 20:14:35 +0200
committerKim Alvefur <zash@zash.se>2017-03-28 20:14:35 +0200
commit0646752a74aa5f7f0383000d64cd669474209d22 (patch)
tree596c926edd7d0a89f2919aad8b9554b048283f75 /prosodyctl
parentf3b670d9bb5953f68b381046a6368baf3cf0f301 (diff)
parentbcc0a4f11d07b3ff01011790c33abf1b4298c244 (diff)
downloadprosody-0646752a74aa5f7f0383000d64cd669474209d22.tar.gz
prosody-0646752a74aa5f7f0383000d64cd669474209d22.zip
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 79ae1285..ba12ebe0 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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