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:
parent
6e9f86db91
commit
4df6966871
@ -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…
x
Reference in New Issue
Block a user