diff options
Diffstat (limited to 'net-fs/autofs/files/autofs5.initd')
-rw-r--r-- | net-fs/autofs/files/autofs5.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/autofs/files/autofs5.initd b/net-fs/autofs/files/autofs5.initd index 119585c995e0..1b9b0fadd8bb 100644 --- a/net-fs/autofs/files/autofs5.initd +++ b/net-fs/autofs/files/autofs5.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 DAEMON=/usr/sbin/automount @@ -8,7 +8,7 @@ DEVICE=autofs depend() { need localmount - use ypbind nfs slapd portmap net + use ypbind nfsclient slapd net } extra_started_commands="reload" |