diff options
author | Kim Alvefur <zash@zash.se> | 2013-04-09 15:50:46 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-04-09 15:50:46 +0200 |
commit | 159d5b44a7ffa3eeaae3d5efebc6aad71b497600 (patch) | |
tree | 8ac2aed43241635c96a21040082308e0939ba6e5 /prosodyctl | |
parent | 23904ba399f223019ed73c5967d2cf24f089325f (diff) | |
download | prosody-159d5b44a7ffa3eeaae3d5efebc6aad71b497600.tar.gz prosody-159d5b44a7ffa3eeaae3d5efebc6aad71b497600.zip |
prosodyctl: Bump util.pposix version for API change
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.5"; +local want_pposix_version = "0.3.6"; local ok, pposix = pcall(require, "util.pposix"); if ok and pposix then |