Diff

prosodyctl @ 2455:0b3184f3c9e4

util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
author Matthew Wild <mwild1@gmail.com>
date Tue, 12 Jan 2010 15:35:36 +0000
parent 2442:94c676b585c0
child 2497:810fb77b6fe6
line wrap: on
line diff
--- a/prosodyctl	Tue Jan 12 15:17:08 2010 +0000
+++ b/prosodyctl	Tue Jan 12 15:35:36 2010 +0000
@@ -68,7 +68,7 @@
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.2";
+local want_pposix_version = "0.3.3";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then