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:
Edward Tomasz Napierala 2015-09-18 06:54:52 +00:00
parent a12cbef7b0
commit 53639aebb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287951
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