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:
parent
da664065e6
commit
669694f067
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: automount
|
||||
# REQUIRE: nfsclient
|
||||
# REQUIRE: nfsclient automountd
|
||||
# KEYWORD: nojail shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: automountd
|
||||
# REQUIRE: automount
|
||||
# REQUIRE: DAEMON
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: autounmountd
|
||||
# REQUIRE: nfsclient
|
||||
# REQUIRE: DAEMON
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user