diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 07:32:16 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 07:32:16 +0000 |
commit | 749d2e684cbb034cff718ca48dd8beb2e99151b6 (patch) | |
tree | 016d293ca82ab177bf4dee33c44d326ece430e66 /community/prosody/prosodyctl.patch | |
parent | 73dba6909782bbc75c29e3da183844320f43e06d (diff) | |
download | aports-749d2e684cbb034cff718ca48dd8beb2e99151b6.tar.bz2 aports-749d2e684cbb034cff718ca48dd8beb2e99151b6.tar.xz |
community/prosody: moved from testing
Diffstat (limited to 'community/prosody/prosodyctl.patch')
-rw-r--r-- | community/prosody/prosodyctl.patch | 11 |
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 |