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 1QZTXP-00077I-35 for garchives@archives.gentoo.org; Wed, 22 Jun 2011 19:56:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569CE1C062; Wed, 22 Jun 2011 19:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B7D51C062 for ; Wed, 22 Jun 2011 19:56:27 +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 9F0F51B4006 for ; Wed, 22 Jun 2011 19:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 04CF48003C for ; Wed, 22 Jun 2011 19:56:26 +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: <3657aeceac3fa2a7ff0a29951f68c715b52e17e8.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/ocfs2-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild X-VCS-Directories: sys-fs/ocfs2-tools/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 3657aeceac3fa2a7ff0a29951f68c715b52e17e8 Date: Wed, 22 Jun 2011 19:56:26 +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: 9189c268a57d734dff85d7f6c6391887 commit: 3657aeceac3fa2a7ff0a29951f68c715b52e17e8 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 22 19:56:03 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jun 22 19:56:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D3657aece And one more (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild b/sys-fs/ocfs2-t= ools/ocfs2-tools-1.6.4.ebuild index 67b1bc9..21a324d 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild @@ -56,5 +56,5 @@ src_configure() { =20 src_install() { emake DESTDIR=3D"${D}" install || die - newinitd "${FILESDIR}/ocfs2.init" || die + newinitd "${FILESDIR}/ocfs2.init" ocfs2 || die }