Index: projects/nfs-over-tls/rc.d/nfscbd.patch =================================================================== --- projects/nfs-over-tls/rc.d/nfscbd.patch (nonexistent) +++ projects/nfs-over-tls/rc.d/nfscbd.patch (revision 365936) @@ -0,0 +1,11 @@ +--- nfscbd.sav 2020-09-20 19:12:01.076256000 -0700 ++++ nfscbd 2020-09-20 20:09:50.918460000 -0700 +@@ -4,7 +4,7 @@ + # + + # PROVIDE: nfscbd +-# REQUIRE: NETWORKING nfsuserd ++# REQUIRE: NETWORKING nfsuserd tlsservd + # KEYWORD: nojail shutdown + + . /etc/rc.subr Index: projects/nfs-over-tls/rc.d/nfsclient.patch =================================================================== --- projects/nfs-over-tls/rc.d/nfsclient.patch (nonexistent) +++ projects/nfs-over-tls/rc.d/nfsclient.patch (revision 365936) @@ -0,0 +1,11 @@ +--- nfsclient.sav 2020-09-20 19:11:20.045834000 -0700 ++++ nfsclient 2020-09-20 20:09:50.918540000 -0700 +@@ -4,7 +4,7 @@ + # + + # PROVIDE: nfsclient +-# REQUIRE: NETWORKING mountcritremote rpcbind ++# REQUIRE: NETWORKING mountcritremote rpcbind tlsclntd + # KEYWORD: nojail shutdown + + . /etc/rc.subr Index: projects/nfs-over-tls/rc.d/nfsd.patch =================================================================== --- projects/nfs-over-tls/rc.d/nfsd.patch (nonexistent) +++ projects/nfs-over-tls/rc.d/nfsd.patch (revision 365936) @@ -0,0 +1,11 @@ +--- nfsd.sav 2020-09-20 19:12:31.583406000 -0700 ++++ nfsd 2020-09-20 20:09:50.918390000 -0700 +@@ -4,7 +4,7 @@ + # + + # PROVIDE: nfsd +-# REQUIRE: mountcritremote mountd hostname gssd nfsuserd ++# REQUIRE: mountcritremote mountd hostname gssd nfsuserd tlsclntd tlsservd + # KEYWORD: nojail shutdown + + . /etc/rc.subr