public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/, sys-cluster/open-mx/
Date: Thu, 14 Jul 2011 23:05:29 +0000 (UTC)	[thread overview]
Message-ID: <92cc6b46eb76b1d46a31ca8481adc5a4355ee568.alexxy@gentoo> (raw)

commit:     92cc6b46eb76b1d46a31ca8481adc5a4355ee568
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 23:05:21 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 23:05:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=92cc6b46

[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() {
 
 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 $?
 }
 
 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"



             reply	other threads:[~2011-07-14 23:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-14 23:05 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-14 23:31 [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/, sys-cluster/open-mx/ Alexey Shvetsov
2011-07-14 22:56 Alexey Shvetsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92cc6b46eb76b1d46a31ca8481adc5a4355ee568.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox