diff --git a/libexec/rc/rc.d/lockd b/libexec/rc/rc.d/lockd --- a/libexec/rc/rc.d/lockd +++ b/libexec/rc/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/libexec/rc/rc.d/mountd b/libexec/rc/rc.d/mountd --- a/libexec/rc/rc.d/mountd +++ b/libexec/rc/rc.d/mountd @@ -4,7 +4,7 @@ # # PROVIDE: mountd -# REQUIRE: NETWORKING rpcbind quota +# REQUIRE: NETWORKING rpcbind quota mountlate # KEYWORD: nojail shutdown . /etc/rc.subr diff --git a/libexec/rc/rc.d/statd b/libexec/rc/rc.d/statd --- a/libexec/rc/rc.d/statd +++ b/libexec/rc/rc.d/statd @@ -5,7 +5,7 @@ # # PROVIDE: statd -# REQUIRE: nfsclient nfsd rpcbind +# REQUIRE: nfsclient rpcbind # BEFORE: DAEMON # KEYWORD: nojail shutdown