# HG changeset patch # User Kim Alvefur # Date 1365515446 -7200 # Node ID a62c1d4ec4ab037d90c7d81253cac2e25a40c057 # Parent 2660407c3b736203d0f3b82ba4b15dbf8ab4b44c prosodyctl: Bump util.pposix version for API change diff -r 2660407c3b73 -r a62c1d4ec4ab prosodyctl --- a/prosodyctl Fri Apr 12 00:44:49 2013 +0100 +++ 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