Move nfsd requirement in lockd/statd to BEFORE: stanza in nfsd so the nfs
server can be made optional
This commit is contained in:
parent
4724dcbfa1
commit
04267db69b
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: lockd
|
||||
# REQUIRE: nfsclient nfsd rpcbind statd
|
||||
# REQUIRE: nfsclient rpcbind statd
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: nojail shutdown
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
# PROVIDE: nfsd
|
||||
# REQUIRE: mountd hostname nfsuserd
|
||||
# BEFORE: lockd statd
|
||||
# KEYWORD: nojail shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: statd
|
||||
# REQUIRE: nfsclient nfsd rpcbind
|
||||
# REQUIRE: nfsclient rpcbind
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: nojail shutdown
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user