MFC r287951:

The "automount" rc script should depend on "automountd", not the other
way around.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2015-10-18 14:59:38 +00:00
parent da664065e6
commit 669694f067
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#
# PROVIDE: automount
# REQUIRE: nfsclient
# REQUIRE: nfsclient automountd
# KEYWORD: nojail shutdown
. /etc/rc.subr

View File

@ -4,7 +4,7 @@
#
# PROVIDE: automountd
# REQUIRE: automount
# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr

View File

@ -4,7 +4,7 @@
#
# PROVIDE: autounmountd
# REQUIRE: nfsclient
# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr