commit:     dabee5b7a40a5914d00b2b501314c55ed0c61843
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar  1 17:19:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 19:03:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabee5b7

net-im/prosody: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11189
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/prosody/files/prosody-0.10.0-cfg.lua.patch | 41 -----------------------
 1 file changed, 41 deletions(-)

diff --git a/net-im/prosody/files/prosody-0.10.0-cfg.lua.patch 
b/net-im/prosody/files/prosody-0.10.0-cfg.lua.patch
deleted file mode 100644
index d0600ac6d67..00000000000
--- a/net-im/prosody/files/prosody-0.10.0-cfg.lua.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- prosody-0.10.0/prosody.cfg.lua.dist        2017-10-05 11:27:20.852452270 
+0200
-+++ prosody-0.10.0-gentoo/prosody.cfg.lua.dist 2017-10-05 11:29:07.151997654 
+0200
-@@ -1,5 +1,3 @@
---- Prosody Example Configuration File
----
- -- Information on configuring Prosody can be found on our
- -- website at https://prosody.im/doc/configure
- --
-@@ -9,8 +7,6 @@
- -- If there are any errors, it will let you know what and where
- -- they are, otherwise it will keep quiet.
- --
---- The only thing left to do is rename this file to remove the .dist ending, 
and fill in the
---- blanks. Good luck, and happy Jabbering!
- 
- 
- ---------- Server-wide settings ----------
-@@ -80,6 +76,12 @@
-               --"proxy65"; -- Enables a file transfer proxy service which 
clients behind NAT can use
- }
- 
-+-- Settings for Gentoo init script and net-im/jabber-base permissions system:
-+daemonize = true;
-+prosody_user = "jabber";
-+prosody_group = "jabber";
-+pidfile = "/var/run/jabber/prosody.pid";
-+
- -- These modules are auto-loaded, but should you want
- -- to disable them then uncomment them here:
- modules_disabled = {
-@@ -161,8 +163,8 @@
- -- Logging configuration
- -- For advanced logging see https://prosody.im/doc/logging
- log = {
--      info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
--      error = "prosody.err";
-+      info = "/var/log/jabber/prosody.log"; -- Change 'info' to 'debug' for 
verbose logging
-+      error = "/var/log/jabber/prosody.err";
-       -- "*syslog"; -- Uncomment this for logging to syslog
-       -- "*console"; -- Log to the console, useful for debugging with 
daemonize=false
- }

Reply via email to