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 7004B1381F3 for ; Wed, 31 Jul 2013 17:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C1C3E094E; Wed, 31 Jul 2013 17:53:27 +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 97B34E094E for ; Wed, 31 Jul 2013 17:53:26 +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 8ACCC33DACB for ; Wed, 31 Jul 2013 17:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 14FF4E468F for ; Wed, 31 Jul 2013 17:53:24 +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: <1375292456.1c94d793c025b763429e4bd006a78cfb2945ebb3.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/devfs.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1c94d793c025b763429e4bd006a78cfb2945ebb3 X-VCS-Branch: master Date: Wed, 31 Jul 2013 17:53:24 +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: e8b5a4bb-a8bf-4193-a4b7-fc9d63297fbf X-Archives-Hash: 97725c0874fc924b4f5409c8887bb458 commit: 1c94d793c025b763429e4bd006a78cfb2945ebb3 Author: Alexander V Vershilov gentoo org> AuthorDate: Wed Jul 31 13:10:14 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jul 31 17:40:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=1c94d793 devfs: Add -lxc keyword Devfs is not needed for LXC, as LXC mounts all required fs on it's own. Reported by specing. --- init.d/devfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/devfs.in b/init.d/devfs.in index 36955f3..afc2cb7 100644 --- a/init.d/devfs.in +++ b/init.d/devfs.in @@ -7,7 +7,7 @@ description="Mount system critical filesystems in /dev." depend() { use dev-mount before dev - keyword -prefix -vserver + keyword -prefix -vserver -lxc } start() {