diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-08-31 15:14:39 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-08-31 15:14:39 +0100 |
commit | 50b20f4af49bda557b78da9f7d3cb6b1f620e7e8 (patch) | |
tree | 729448ab0d6cae1fb77a55dcdc0391dc0f57c603 /prosodyctl | |
parent | c14f4168f2ae10f931f46ec9d43029bce889369f (diff) | |
download | prosody-50b20f4af49bda557b78da9f7d3cb6b1f620e7e8.tar.gz prosody-50b20f4af49bda557b78da9f7d3cb6b1f620e7e8.zip |
util.pposix: Add pposix.uname(), bump version
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,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.4"; +local want_pposix_version = "0.3.5"; local ok, pposix = pcall(require, "util.pposix"); if ok and pposix then |