Diff

prosodyctl @ 3481:72d3c8029178

util.pposix: Add pposix.uname(), bump version
author Matthew Wild <mwild1@gmail.com>
date Tue, 31 Aug 2010 15:14:39 +0100
parent 3471:482275e38224
child 3627:9e62937c9757
line wrap: on
line diff
--- a/prosodyctl	Tue Aug 31 00:38:44 2010 +0100
+++ b/prosodyctl	Tue Aug 31 15:14:39 2010 +0100
@@ -79,7 +79,7 @@
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.4";
+local want_pposix_version = "0.3.5";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then