Move nfsd requirement in lockd/statd to BEFORE: stanza in nfsd so the nfs

server can be made optional
This commit is contained in:
Enji Cooper 2014-11-30 02:27:37 +00:00
parent 4724dcbfa1
commit 04267db69b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275294
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#
# PROVIDE: lockd
# REQUIRE: nfsclient nfsd rpcbind statd
# REQUIRE: nfsclient rpcbind statd
# BEFORE: DAEMON
# KEYWORD: nojail shutdown

View File

@ -5,6 +5,7 @@
# PROVIDE: nfsd
# REQUIRE: mountd hostname nfsuserd
# BEFORE: lockd statd
# KEYWORD: nojail shutdown
. /etc/rc.subr

View File

@ -5,7 +5,7 @@
#
# PROVIDE: statd
# REQUIRE: nfsclient nfsd rpcbind
# REQUIRE: nfsclient rpcbind
# BEFORE: DAEMON
# KEYWORD: nojail shutdown