aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-01-12 15:35:36 +0000
committerMatthew Wild <mwild1@gmail.com>2010-01-12 15:35:36 +0000
commitcafffad5b85f50aab315bec3867d9eec4f4d50f1 (patch)
tree52cc33fd6dacef7ac21dcbe1f529c9f77ef5eb44 /prosodyctl
parentfcfaa6536e3833399fcac7379bb2f4dba7a68497 (diff)
downloadprosody-cafffad5b85f50aab315bec3867d9eec4f4d50f1.tar.gz
prosody-cafffad5b85f50aab315bec3867d9eec4f4d50f1.zip
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
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