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
commitf389cff7eaeff6492874a0808bb8bf1ec9fb78fd (patch)
tree596c926edd7d0a89f2919aad8b9554b048283f75 /prosodyctl
parente4c17b311b1f0880958aaf93ad31c00872a7c719 (diff)
parent0f578fb9f3e81bfd847785562900adc3c47740d9 (diff)
downloadprosody-f389cff7eaeff6492874a0808bb8bf1ec9fb78fd.tar.gz
prosody-f389cff7eaeff6492874a0808bb8bf1ec9fb78fd.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