# HG changeset patch # User Kim Alvefur # Date 1365515446 -7200 # Node ID 87204440b9ddd6a374f862977b90b64fcb4207b0 # Parent 5f69fddf6fb94606e46792457d21382b7b129a9d prosodyctl: Bump util.pposix version for API change diff -r 5f69fddf6fb9 -r 87204440b9dd prosodyctl --- a/prosodyctl Mon Apr 08 22:42:38 2013 +0200 +++ b/prosodyctl Tue Apr 09 15:50:46 2013 +0200 @@ -135,7 +135,7 @@ -- 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