]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
The "automount" rc script should depend on "automountd", not the other
authortrasz <trasz@FreeBSD.org>
Fri, 18 Sep 2015 06:54:52 +0000 (06:54 +0000)
committertrasz <trasz@FreeBSD.org>
Fri, 18 Sep 2015 06:54:52 +0000 (06:54 +0000)
way around.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation

etc/rc.d/automount
etc/rc.d/automountd
etc/rc.d/autounmountd

index c39469452a8980d66351af09b5369d22f460baa0..7f43b45311256341c2a3c37fc63464b28172206f 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: automount
-# REQUIRE: nfsclient
+# REQUIRE: nfsclient automountd
 # KEYWORD: nojail shutdown
 
 . /etc/rc.subr
index 6d746651407788113794aef7cd1e426a48d8e703..01a2e0bb8823454752bc6a532dd1ca4417c8a943 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: automountd
-# REQUIRE: automount
+# REQUIRE: DAEMON
 # KEYWORD: nojail
 
 . /etc/rc.subr
index c57f90da99e8df4d5cbb600595a488eaaefca9ee..49a27ba01bddeac62c0bb248db6e9aada2a969a8 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: autounmountd
-# REQUIRE: nfsclient
+# REQUIRE: DAEMON
 # KEYWORD: nojail
 
 . /etc/rc.subr