Diff

prosodyctl @ 5456:87204440b9dd

prosodyctl: Bump util.pposix version for API change
author Kim Alvefur <zash@zash.se>
date Tue, 09 Apr 2013 15:50:46 +0200
parent 5438:5032b3b5b556
child 5457:953888c31071
child 5532:d5cbcdcdb2f7
line wrap: on
line diff
--- 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