From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92E2E1381F3 for ; Tue, 8 Oct 2013 15:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 640E4E0AC7; Tue, 8 Oct 2013 15:46:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFF62E0AC7 for ; Tue, 8 Oct 2013 15:46:36 +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 E01C433EE6E for ; Tue, 8 Oct 2013 15:46:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7AAE6E5308 for ; Tue, 8 Oct 2013 15:46:34 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1381246485.4b37d3b16f5544faef028d78b007a82cf98d8308.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/netmount.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4b37d3b16f5544faef028d78b007a82cf98d8308 X-VCS-Branch: master Date: Tue, 8 Oct 2013 15:46:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29ee548c-9259-483c-bb39-2b888353d5cb X-Archives-Hash: 2f5db9268f396eed7920f5d6e7cbfcfc commit: 4b37d3b16f5544faef028d78b007a82cf98d8308 Author: William Hubbs gmail com> AuthorDate: Tue Oct 8 15:34:45 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 8 15:34:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=4b37d3b1 netmount: add -lxc keyword Netmount should not run on lxc, thanks to Mark van Dijk internecto.net>. --- init.d/netmount.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/netmount.in b/init.d/netmount.in index dbf921b..86cdcba 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -12,7 +12,7 @@ depend() config /etc/fstab use afc-client amd autofs openvpn use dns - keyword -jail -prefix -vserver + keyword -jail -prefix -vserver -lxc } start()