From cafffad5b85f50aab315bec3867d9eec4f4d50f1 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 12 Jan 2010 15:35:36 +0000 Subject: util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 407b10d4..1c82d458 100755 --- a/prosodyctl +++ b/prosodyctl @@ -68,7 +68,7 @@ require "util.datamanager".set_data_path(data_path); -- 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 -- cgit v1.2.3