From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-362661-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QhVAd-0003mA-58
	for garchives@archives.gentoo.org; Thu, 14 Jul 2011 23:18:15 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F116721C1DE;
	Thu, 14 Jul 2011 23:18:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id BDDB721C1DE
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 23:18:05 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 339282AC2E1
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 23:18:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 639148003D
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jul 2011 23:18:04 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <05c1da4d4883a4fa77a7e529125ad03938aa7d2b.alexxy@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/
X-VCS-Repository: proj/sci
X-VCS-Files: sys-cluster/open-mx/files/omxoed.initd
X-VCS-Directories: sys-cluster/open-mx/files/
X-VCS-Committer: alexxy
X-VCS-Committer-Name: Alexey Shvetsov
X-VCS-Revision: 05c1da4d4883a4fa77a7e529125ad03938aa7d2b
Date: Thu, 14 Jul 2011 23:18:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 5fc770ebdfb13d14f2a203b042f94175

commit:     05c1da4d4883a4fa77a7e529125ad03938aa7d2b
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 23:17:56 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 23:17:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc=
ommit;h=3D05c1da4d

[sys-cluster/open-mx] Update init.d

(Portage version: 2.2.0_alpha45/git/Linux x86_64, signed Manifest commit =
with key F82F92E6)

---
 sys-cluster/open-mx/files/omxoed.initd |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/open-mx/files/omxoed.initd b/sys-cluster/open-mx=
/files/omxoed.initd
index 465146c..b6c461d 100644
--- a/sys-cluster/open-mx/files/omxoed.initd
+++ b/sys-cluster/open-mx/files/omxoed.initd
@@ -7,9 +7,9 @@ depend() {
 	need net
 }
=20
-start() {
-	 ebegin "Stopping ${SVCNAME}"
-	 start-stop-daemon --start --exec /usr/bin/omxoed \
+start() {=20
+	ebegin "Starting ${SVCNAME}"
+	start-stop-daemon --start --exec /usr/bin/omxoed \
 	 	--background --make-pidfile \
 	 	--pidfile /var/run/omeoed.pid
 	eend $?