[packages/ejabberd] - rel 3; stop_kindly is too annoying for users
arekm
arekm at pld-linux.org
Mon Nov 16 15:22:00 CET 2015
commit 1714ff515f0f659393eb2f0db03a69eae2b94343
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Nov 16 15:21:53 2015 +0100
- rel 3; stop_kindly is too annoying for users
ejabberd.init | 2 +-
ejabberd.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 6b87f57..e6ac659 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -8,7 +8,7 @@ Summary: Fault-tolerant distributed Jabber/XMPP server
Summary(pl.UTF-8): Odporny na awarie rozproszony serwer Jabbera/XMPP
Name: ejabberd
Version: 15.09
-Release: 2
+Release: 3
License: GPL
Group: Applications/Communications
Source0: http://www.process-one.net/downloads/ejabberd/%{version}/%{name}-%{version}.tgz
diff --git a/ejabberd.init b/ejabberd.init
index 8783545..bffcda6 100644
--- a/ejabberd.init
+++ b/ejabberd.init
@@ -39,7 +39,7 @@ stop() {
# Stop daemons.
if [ -f /var/lock/subsys/ejabberd ]; then
msg_stopping ejabberd ; busy
- out=$(/bin/su - jabber -s /bin/sh -c "/usr/sbin/ejabberdctl stop_kindly 5 \\\"Server will be stopped now.\\\"" 2>&1)
+ out=$(/bin/su - jabber -s /bin/sh -c "/usr/sbin/ejabberdctl stop" 2>&1)
RETVAL=$?
if [ $RETVAL -eq 0 ]; then
out2=$(/bin/su - jabber -s /bin/sh -c "/usr/sbin/ejabberdctl stopped" 2>&1)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ejabberd.git/commitdiff/1714ff515f0f659393eb2f0db03a69eae2b94343
More information about the pld-cvs-commit
mailing list