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 | b3b507fe9e48dc4ddc594a18611a9aa75b499cc6 (patch) | |
tree | 8ac2aed43241635c96a21040082308e0939ba6e5 /prosodyctl | |
parent | f9082b6ef0ed929d818033d9962e4a18640ffec7 (diff) | |
download | prosody-b3b507fe9e48dc4ddc594a18611a9aa75b499cc6.tar.gz prosody-b3b507fe9e48dc4ddc594a18611a9aa75b499cc6.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 |