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 1Rx0dT-0002jj-H7 for garchives@archives.gentoo.org; Mon, 13 Feb 2012 18:28:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E782EE0B53; Mon, 13 Feb 2012 18:28:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1C3EE0B53 for ; Mon, 13 Feb 2012 18:28:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A6541B400E for ; Mon, 13 Feb 2012 18:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C9A7BE5400 for ; Mon, 13 Feb 2012 18:28:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1329156955.1c7d3165e4aa87d3939d892be9e71582c2aa8d52.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/localmount.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1c7d3165e4aa87d3939d892be9e71582c2aa8d52 X-VCS-Branch: master Date: Mon, 13 Feb 2012 18:28:13 +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: 7e9387e2-b317-4896-ad63-f030fde2e4f7 X-Archives-Hash: 3ea954fed9943d88b18c16a274e94dbb commit: 1c7d3165e4aa87d3939d892be9e71582c2aa8d52 Author: William Hubbs gentoo org> AuthorDate: Mon Feb 13 18:15:55 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 13 18:15:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D1c7d3165 Allow localmount to run in openvz containers Reported-By: Daniel Robbins funtoo.org> X-Gentoo-Bug: 401063 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=3D401063 --- init.d/localmount.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index 3fbc071..68b33db 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -9,7 +9,7 @@ depend() need fsck use lvm modules mtab after lvm modules - keyword -jail -openvz -prefix -vserver -lxc + keyword -jail -prefix -vserver -lxc } =20 start()