diff options
author | Kim Alvefur <zash@zash.se> | 2017-02-28 13:26:05 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-02-28 13:26:05 +0100 |
commit | e7a2ecb01e6c11b3348fc92d2c30d23b4e6b1053 (patch) | |
tree | 1f7976a0a08497f4fe97e1373afb81fa1bb267fb /prosodyctl | |
parent | 088818ab0f09530e125bfe0c7904ff9050fc75aa (diff) | |
download | prosody-e7a2ecb01e6c11b3348fc92d2c30d23b4e6b1053.tar.gz prosody-e7a2ecb01e6c11b3348fc92d2c30d23b4e6b1053.zip |
util.pposix: Remove fallocate
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.7"; +local want_pposix_version = "0.4.0"; local ok, pposix = pcall(require, "util.pposix"); if ok and pposix then |