From 50b20f4af49bda557b78da9f7d3cb6b1f620e7e8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 31 Aug 2010 15:14:39 +0100 Subject: util.pposix: Add pposix.uname(), bump version --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') 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 -- cgit v1.2.3