mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
3 changed files with 3 additions and 2 deletions
|
|
@ -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…
Reference in a new issue