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 1QhVPm-0005Zu-5h for garchives@archives.gentoo.org; Thu, 14 Jul 2011 23:33:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FC6321C1E7; Thu, 14 Jul 2011 23:33:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E61421C1E7 for ; Thu, 14 Jul 2011 23:33:44 +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 8C5052AC2E8 for ; Thu, 14 Jul 2011 23:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E8CA78003D for ; Thu, 14 Jul 2011 23:33:43 +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: <459aca5a9c2bd270e7ffd0485efc2450cc9a2345.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: 459aca5a9c2bd270e7ffd0485efc2450cc9a2345 Date: Thu, 14 Jul 2011 23:33:43 +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: 684e125c31c8df4035ae4e8908ef5e67 commit: 459aca5a9c2bd270e7ffd0485efc2450cc9a2345 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jul 14 23:33:35 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jul 14 23:33:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D459aca5a [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