Software /
code /
prosody
Diff
prosodyctl @ 8012:e898c8fda986
util.pposix: Remove fallocate
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 28 Feb 2017 13:26:05 +0100 |
parent | 8010:49feb0da29e1 |
child | 8015:ecb110f45c92 |
child | 8067:91550b6f93d2 |
line wrap: on
line diff
--- a/prosodyctl Tue Feb 28 11:33:43 2017 +0100 +++ b/prosodyctl Tue Feb 28 13:26:05 2017 +0100 @@ -135,7 +135,7 @@ -- 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