summaryrefslogtreecommitdiff
path: root/net-fs/autofs/files/autofs5.initd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /net-fs/autofs/files/autofs5.initd
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'net-fs/autofs/files/autofs5.initd')
-rw-r--r--net-fs/autofs/files/autofs5.initd4
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"