aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-08-31 15:14:39 +0100
committerMatthew Wild <mwild1@gmail.com>2010-08-31 15:14:39 +0100
commit50b20f4af49bda557b78da9f7d3cb6b1f620e7e8 (patch)
tree729448ab0d6cae1fb77a55dcdc0391dc0f57c603 /prosodyctl
parentc14f4168f2ae10f931f46ec9d43029bce889369f (diff)
downloadprosody-50b20f4af49bda557b78da9f7d3cb6b1f620e7e8.tar.gz
prosody-50b20f4af49bda557b78da9f7d3cb6b1f620e7e8.zip
util.pposix: Add pposix.uname(), bump version
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 9af36ad9..74dade5f 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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