public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lua:master commit in: net-im/prosody/files/
@ 2013-04-23  6:41 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-04-23  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     354e0a26fec5fdeb917189e74d1817c50384fdde
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue Apr 23 06:41:25 2013 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Tue Apr 23 06:41:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=354e0a26

[net-im/prosody] fixed init-file

Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>

---
 net-im/prosody/files/prosody.initd |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/net-im/prosody/files/prosody.initd b/net-im/prosody/files/prosody.initd
index ec7d378..aa422f6 100644
--- a/net-im/prosody/files/prosody.initd
+++ b/net-im/prosody/files/prosody.initd
@@ -5,11 +5,12 @@
 
 description="Prosody is a server for Jabber/XMPP written in Lua."
 description_reload="Reload configuration and reopen log files."
-description_reload="Show daemon status"
+description_status="Show daemon status"
 extra_started_commands="reload status"
 
 PIDFILE="/var/run/jabber/prosody.pid"
 USER="jabber"
+GROUP="jabber"
 COMMAND="/usr/bin/prosodyctl"
 
 depend() {
@@ -28,6 +29,7 @@ checkconfig() {
 start() {
 	checkconfig || return 1
 	ebegin "Starting Prosody XMPP Server"
+	checkpath -q -d -m 0770 -o jabber:jabber /var/run/jabber
 	start-stop-daemon -S -u ${USER} -x ${COMMAND} -- start &>/dev/null
 	eend $?
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/lua:master commit in: net-im/prosody/files/
@ 2017-11-08 19:51 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2017-11-08 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1919c9800e5ed637746ff8bfc7c843c34029779e
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 16:52:37 2017 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Nov  8 19:51:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lua.git/commit/?id=1919c980

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.

 net-im/prosody/files/prosody-0.8.0-cfg.lua.patch | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-08 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23  6:41 [gentoo-commits] proj/lua:master commit in: net-im/prosody/files/ Vadim A. Misbakh-Soloviov
  -- strict thread matches above, loose matches on Subject: below --
2017-11-08 19:51 Vadim A. Misbakh-Soloviov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox