diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-28 20:14:35 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-28 20:14:35 +0200 |
commit | 0646752a74aa5f7f0383000d64cd669474209d22 (patch) | |
tree | 596c926edd7d0a89f2919aad8b9554b048283f75 /prosodyctl | |
parent | f3b670d9bb5953f68b381046a6368baf3cf0f301 (diff) | |
parent | bcc0a4f11d07b3ff01011790c33abf1b4298c244 (diff) | |
download | prosody-0646752a74aa5f7f0383000d64cd669474209d22.tar.gz prosody-0646752a74aa5f7f0383000d64cd669474209d22.zip |
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |