aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-02-28 13:26:05 +0100
committerKim Alvefur <zash@zash.se>2017-02-28 13:26:05 +0100
commitd6184b31a325c1621e86217ba3d01afa7e685788 (patch)
tree1f7976a0a08497f4fe97e1373afb81fa1bb267fb /prosodyctl
parent7b4ad0e69498476165948e09ee8c7ddd9d1da07a (diff)
downloadprosody-d6184b31a325c1621e86217ba3d01afa7e685788.tar.gz
prosody-d6184b31a325c1621e86217ba3d01afa7e685788.zip
util.pposix: Remove fallocate
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 4fb67a95..be68f0f4 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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