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 ) id 1QhUzA-0002Yz-Eh for garchives@archives.gentoo.org; Thu, 14 Jul 2011 23:06:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B077921C1C8; Thu, 14 Jul 2011 23:05:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E43021C1C8 for ; Thu, 14 Jul 2011 23:05:30 +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 1186B2AC2CB for ; Thu, 14 Jul 2011 23:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 510DC8003D for ; Thu, 14 Jul 2011 23:05:29 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <92cc6b46eb76b1d46a31ca8481adc5a4355ee568.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/, sys-cluster/open-mx/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/open-mx/files/omxoed.initd sys-cluster/open-mx/open-mx-1.4.0.ebuild X-VCS-Directories: sys-cluster/open-mx/files/ sys-cluster/open-mx/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 92cc6b46eb76b1d46a31ca8481adc5a4355ee568 Date: Thu, 14 Jul 2011 23:05:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ed4fa2d20a49842b5a41dce2e4fb072e commit: 92cc6b46eb76b1d46a31ca8481adc5a4355ee568 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jul 14 23:05:21 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jul 14 23:05:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D92cc6b46 [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 | 5 +++-- sys-cluster/open-mx/open-mx-1.4.0.ebuild | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-cluster/open-mx/files/omxoed.initd b/sys-cluster/open-mx= /files/omxoed.initd index 1644f71..465146c 100644 --- a/sys-cluster/open-mx/files/omxoed.initd +++ b/sys-cluster/open-mx/files/omxoed.initd @@ -9,14 +9,15 @@ depend() { =20 start() { ebegin "Stopping ${SVCNAME}" - start-stop-daemon --start --exec /usr/bin/omeoed \ + start-stop-daemon --start --exec /usr/bin/omxoed \ + --background --make-pidfile \ --pidfile /var/run/omeoed.pid eend $? } =20 stop() { ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop --exec /usr/bin/omeoed \ + start-stop-daemon --stop --exec /usr/bin/omxoed \ --pidfile /var/run/omeoed.pid eend $? } diff --git a/sys-cluster/open-mx/open-mx-1.4.0.ebuild b/sys-cluster/open-= mx/open-mx-1.4.0.ebuild index 35aee2c..8f2baea 100644 --- a/sys-cluster/open-mx/open-mx-1.4.0.ebuild +++ b/sys-cluster/open-mx/open-mx-1.4.0.ebuild @@ -55,6 +55,7 @@ src_install() { use static-libs || find "${ED}" -name '*.*a' -exec rm {} + # Drop init scripts rm -rf "${ED}/usr/sbin" || die + rm "${ED}/usr/bin/omx_check" # install udev rules insinto /etc/udev/rules.d doins "${ED}/etc/open-mx/10-open-mx.rules"