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 AF6EF138ACF for ; Thu, 5 Feb 2015 04:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4470FE08F7; Thu, 5 Feb 2015 04:12:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D01DBE08F7 for ; Thu, 5 Feb 2015 04:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 069D13407B4 for ; Thu, 5 Feb 2015 04:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9B5A11152 for ; Thu, 5 Feb 2015 04:12:02 +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: <1423108790.bb4c14999c569781c7289269949b205955f376bb.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.13.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: bb4c14999c569781c7289269949b205955f376bb X-VCS-Branch: openrc-0.13.x Date: Thu, 5 Feb 2015 04:12:02 +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: 37b01494-5472-451d-8fc5-31057ca311db X-Archives-Hash: 5e3ea10967b8fc850047e7e690fee08f commit: bb4c14999c569781c7289269949b205955f376bb Author: William Hubbs gmail com> AuthorDate: Tue Feb 3 16:53:48 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Feb 5 03:59:50 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=bb4c1499 Add nfsclient to netmount use dependencies X-Gentoo-Bug: 537996 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=537996 --- 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 4ea0c4c..7c1b122 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -7,7 +7,7 @@ description="Mounts network shares according to /etc/fstab." depend() { config /etc/fstab - use afc-client amd autofs openvpn + use afc-client amd nfsclient autofs openvpn use dns keyword -jail -prefix -vserver -lxc }