summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2017-11-05 16:52:37 +0000
committerVadim A. Misbakh-Soloviov <git@mva.name>2017-11-09 02:51:21 +0700
commit1919c9800e5ed637746ff8bfc7c843c34029779e (patch)
tree23425bfbdebffa87f73b67b3a1075f56c205d8a5
parentmpack: some cleanup in ebuild (diff)
downloadlua-1919c9800e5ed637746ff8bfc7c843c34029779e.tar.gz
lua-1919c9800e5ed637746ff8bfc7c843c34029779e.tar.bz2
lua-1919c9800e5ed637746ff8bfc7c843c34029779e.zip
net-im/prosody: update the patch
Make prosody-0.8.0-cfg.lua.patch, used by ebuild, applicable again. Since upstream commit 8258:503f424d4f07 ("prosody.cfg.lua.dist: Update in preparation for 0.10.0 release") existing patch no longer applied which led to emerge failure.
-rw-r--r--net-im/prosody/files/prosody-0.8.0-cfg.lua.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch b/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch
index 6444a6b..d2c38dc 100644
--- a/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch
+++ b/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch
@@ -13,7 +13,7 @@ index e513b11..08ebca6 100644
@@ -123,12 +125,19 @@ authentication = "internal_plain"
-- Logging configuration
- -- For advanced logging see http://prosody.im/doc/logging
+ -- For advanced logging see https://prosody.im/doc/logging
log = {
- info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
- error = "prosody.err";
@@ -31,6 +31,10 @@ index e513b11..08ebca6 100644
+prosody_user = "jabber"
+prosody_group = "jabber"
+
+ -- Uncomment to enable statistics
+ -- For more info see https://prosody.im/doc/statistics
+ -- statistics = "internal"
+
----------- Virtual hosts -----------
-- You need to add a VirtualHost entry for each domain you wish Prosody to serve.
-- Settings under each VirtualHost entry apply *only* to that host.