Make gssd come before nfsd so gssd can be decoupled from etc/rc.d/Makefile

This commit is contained in:
Enji Cooper 2014-11-29 23:57:08 +00:00
parent dd939ba0dd
commit 5e2b531868
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
# PROVIDE: gssd
# REQUIRE: root
# BEFORE: nfsd
# KEYWORD: nojail shutdown
. /etc/rc.subr

View File

@ -4,7 +4,7 @@
#
# PROVIDE: nfsd
# REQUIRE: mountd hostname gssd nfsuserd
# REQUIRE: mountd hostname nfsuserd
# KEYWORD: nojail shutdown
. /etc/rc.subr