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 1QZTPa-0006TT-AF for garchives@archives.gentoo.org; Wed, 22 Jun 2011 19:48:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528FF1C022; Wed, 22 Jun 2011 19:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 235D91C022 for ; Wed, 22 Jun 2011 19:48:22 +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 A890C1B4010 for ; Wed, 22 Jun 2011 19:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ED6DF8003C for ; Wed, 22 Jun 2011 19:48:20 +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: <43e9ae44851283e458b7d5fb24be5cc17c1660ec.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/metadata.xml 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: 43e9ae44851283e458b7d5fb24be5cc17c1660ec Date: Wed, 22 Jun 2011 19:48:20 +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: 052bf2c5755cc0a4f2583ea6dcf2fff0 commit: 43e9ae44851283e458b7d5fb24be5cc17c1660ec Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 22 19:47:05 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jun 22 19:47:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D43e9ae44 Fix typo (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sys-fs/ocfs2-tools/metadata.xml | 2 +- sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/ocfs2-tools/metadata.xml b/sys-fs/ocfs2-tools/metadat= a.xml index a815fb9..3807468 100644 --- a/sys-fs/ocfs2-tools/metadata.xml +++ b/sys-fs/ocfs2-tools/metadata.xml @@ -6,6 +6,6 @@ sci@gentoo.org - Enable external locking + Enable external locking 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 68e27a5..4b6420b 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -55,6 +55,6 @@ src_configure() { } =20 src_install() { - base-src_install + default newinitd "${FILESDIR}/ocfs2.init" }