summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-09-18 06:54:52 +0000
committertrasz <trasz@FreeBSD.org>2015-09-18 06:54:52 +0000
commit4df6966871dc21f04fa39c93f028356f46e8eff8 (patch)
tree014dc97d478882fddfb067541927565e095934e3 /etc/rc.d
parent6e9f86db91a418d939c9444326699d32faba102a (diff)
downloadFreeBSD-src-4df6966871dc21f04fa39c93f028356f46e8eff8.zip
FreeBSD-src-4df6966871dc21f04fa39c93f028356f46e8eff8.tar.gz
The "automount" rc script should depend on "automountd", not the other
way around. MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/automount2
-rw-r--r--etc/rc.d/automountd2
-rw-r--r--etc/rc.d/autounmountd2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/automount b/etc/rc.d/automount
index c394694..7f43b45 100644
--- a/etc/rc.d/automount
+++ b/etc/rc.d/automount
@@ -4,7 +4,7 @@
#
# PROVIDE: automount
-# REQUIRE: nfsclient
+# REQUIRE: nfsclient automountd
# KEYWORD: nojail shutdown
. /etc/rc.subr
diff --git a/etc/rc.d/automountd b/etc/rc.d/automountd
index 6d74665..01a2e0b 100644
--- a/etc/rc.d/automountd
+++ b/etc/rc.d/automountd
@@ -4,7 +4,7 @@
#
# PROVIDE: automountd
-# REQUIRE: automount
+# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
diff --git a/etc/rc.d/autounmountd b/etc/rc.d/autounmountd
index c57f90d..49a27ba 100644
--- a/etc/rc.d/autounmountd
+++ b/etc/rc.d/autounmountd
@@ -4,7 +4,7 @@
#
# PROVIDE: autounmountd
-# REQUIRE: nfsclient
+# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
OpenPOWER on IntegriCloud