aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-04-09 15:51:08 +0200
committerKim Alvefur <zash@zash.se>2013-04-09 15:51:08 +0200
commit890bf7ab7466264a1d334bc0aa8a84c22a4ebf56 (patch)
tree1bd41093a6d55f3960165ad5b10225a2d9e38a6c
parentf9046080ba1340ea049bc4830a41a2e0d84d2530 (diff)
parentd5457e36492d72a959b12b466ba92b21374e7417 (diff)
downloadprosody-890bf7ab7466264a1d334bc0aa8a84c22a4ebf56.tar.gz
prosody-890bf7ab7466264a1d334bc0aa8a84c22a4ebf56.zip
Merge 0.9->trunk
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 71b99f9e..24d28157 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.5";
+local want_pposix_version = "0.3.6";
local ok, pposix = pcall(require, "util.pposix");
if ok and pposix then