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

way around.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2015-09-18 06:54:52 +00:00
parent 6e9f86db91
commit 4df6966871
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