diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-25 16:33:43 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-25 16:33:56 -0500 |
commit | 5148047f8996df41b02543efd293ed02c83c8ee6 (patch) | |
tree | da4559b5d3b0d6ac2fcf2557ff3d57c434c05213 /init.d/netmount.in | |
parent | 978dbe028414fc44603d3be70f2a4b226eda9916 (diff) |
netmount: drop need net from dependencies
Reported-by: <mattsch@gmail.com>
X-Gentoo-Bug: 439658
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439658
Diffstat (limited to 'init.d/netmount.in')
-rw-r--r-- | init.d/netmount.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in index 57ef6d7e..fd577d5f 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -10,7 +10,6 @@ description="Mounts network shares, other than NFS, according to /etc/fstab." depend() { config /etc/fstab - need net use afc-client amd autofs openvpn use dns keyword -jail -prefix -vserver |