* [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/
@ 2011-07-14 23:18 Alexey Shvetsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2011-07-14 23:18 UTC (permalink / raw
To: gentoo-commits
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=proj/sci.git;a=commit;h=05c1da4d
[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
}
-start() {
- ebegin "Stopping ${SVCNAME}"
- start-stop-daemon --start --exec /usr/bin/omxoed \
+start() {
+ ebegin "Starting ${SVCNAME}"
+ start-stop-daemon --start --exec /usr/bin/omxoed \
--background --make-pidfile \
--pidfile /var/run/omeoed.pid
eend $?
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/
@ 2011-07-14 23:33 Alexey Shvetsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2011-07-14 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 459aca5a9c2bd270e7ffd0485efc2450cc9a2345
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 23:33:35 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 23:33:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=459aca5a
[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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys-cluster/open-mx/files/omxoed.initd b/sys-cluster/open-mx/files/omxoed.initd
index f30a4a5..5430d48 100644
--- a/sys-cluster/open-mx/files/omxoed.initd
+++ b/sys-cluster/open-mx/files/omxoed.initd
@@ -23,7 +23,7 @@ checksystem() {
start() {
ebegin "Starting ${SVCNAME}"
checksystem || return 1
- if [ ! -c /dev/open-mx]; then
+ if [ ! -c /dev/open-mx ]; then
ebegin "Loading open-mx module"
modprobe -q open-mx
fi
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-14 23:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 23:33 [gentoo-commits] proj/sci:master commit in: sys-cluster/open-mx/files/ Alexey Shvetsov
-- strict thread matches above, loose matches on Subject: below --
2011-07-14 23:18 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox