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 | f389cff7eaeff6492874a0808bb8bf1ec9fb78fd (patch) | |
tree | 596c926edd7d0a89f2919aad8b9554b048283f75 /prosodyctl | |
parent | e4c17b311b1f0880958aaf93ad31c00872a7c719 (diff) | |
parent | 0f578fb9f3e81bfd847785562900adc3c47740d9 (diff) | |
download | prosody-f389cff7eaeff6492874a0808bb8bf1ec9fb78fd.tar.gz prosody-f389cff7eaeff6492874a0808bb8bf1ec9fb78fd.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 |