aboutsummaryrefslogtreecommitdiffstats
path: root/community/prosody/prosodyctl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/prosody/prosodyctl.patch')
-rw-r--r--community/prosody/prosodyctl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/prosody/prosodyctl.patch b/community/prosody/prosodyctl.patch
new file mode 100644
index 0000000000..18333dd524
--- /dev/null
+++ b/community/prosody/prosodyctl.patch
@@ -0,0 +1,11 @@
+--- prosody-0.9.10.q/prosodyctl
++++ prosody-0.9.10/prosodyctl
+@@ -244,7 +244,7 @@
+ local modulemanager = require "core.modulemanager"
+
+ local prosodyctl = require "util.prosodyctl"
+-require "socket"
++local socket = require "socket"
+ -----------------------
+
+ -- FIXME: Duplicate code waiting for util.startup