diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-01-12 15:35:36 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-01-12 15:35:36 +0000 |
commit | cafffad5b85f50aab315bec3867d9eec4f4d50f1 (patch) | |
tree | 52cc33fd6dacef7ac21dcbe1f529c9f77ef5eb44 /prosodyctl | |
parent | fcfaa6536e3833399fcac7379bb2f4dba7a68497 (diff) | |
download | prosody-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-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |