diff --git a/etc/rc.d/lockd b/etc/rc.d/lockd index 970477378a40..01a61daf310e 100755 --- a/etc/rc.d/lockd +++ b/etc/rc.d/lockd @@ -5,7 +5,7 @@ # # PROVIDE: lockd -# REQUIRE: nfsclient nfsd rpcbind statd +# REQUIRE: nfsclient rpcbind statd # BEFORE: DAEMON # KEYWORD: nojail shutdown diff --git a/etc/rc.d/nfsd b/etc/rc.d/nfsd index b6e5a9db4681..b023cdaa071a 100755 --- a/etc/rc.d/nfsd +++ b/etc/rc.d/nfsd @@ -5,6 +5,7 @@ # PROVIDE: nfsd # REQUIRE: mountd hostname nfsuserd +# BEFORE: lockd statd # KEYWORD: nojail shutdown . /etc/rc.subr diff --git a/etc/rc.d/statd b/etc/rc.d/statd index 511983082a4b..7bb20bf45c4e 100755 --- a/etc/rc.d/statd +++ b/etc/rc.d/statd @@ -5,7 +5,7 @@ # # PROVIDE: statd -# REQUIRE: nfsclient nfsd rpcbind +# REQUIRE: nfsclient rpcbind # BEFORE: DAEMON # KEYWORD: nojail shutdown