commit: bb4c14999c569781c7289269949b205955f376bb Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Tue Feb 3 16:53:48 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 }
