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 5D5B2138202 for ; Tue, 8 Oct 2013 17:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2985AE087F; Tue, 8 Oct 2013 17:10:24 +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 61405E08EA for ; Tue, 8 Oct 2013 17:10:23 +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 7378433EEE0 for ; Tue, 8 Oct 2013 17:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 24896E5462 for ; Tue, 8 Oct 2013 17:10:21 +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: <1381251969.f2c0e700c6fd874a4ef58f79b72b437e8e375e67.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.12.x 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: f2c0e700c6fd874a4ef58f79b72b437e8e375e67 X-VCS-Branch: openrc-0.12.x Date: Tue, 8 Oct 2013 17:10:21 +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: 386f4512-8423-4498-b556-5ec4884961ab X-Archives-Hash: fee82e6d9b439228659ada73ceb56a45 commit: f2c0e700c6fd874a4ef58f79b72b437e8e375e67 Author: William Hubbs gmail com> AuthorDate: Tue Oct 8 15:34:45 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 8 17:06:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=f2c0e700 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()