]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nfs-over-tls: add rc scripts for rpc.tlsclntd and rpc.tlsservd
authorRick Macklem <rmacklem@FreeBSD.org>
Thu, 18 Feb 2021 22:38:01 +0000 (14:38 -0800)
committerRick Macklem <rmacklem@FreeBSD.org>
Thu, 18 Feb 2021 22:38:01 +0000 (14:38 -0800)
commit2f48313ab26ef257ca8d46052a33fb6ad6abdb4f
treecb2b9da5e3c5913e91a0e65b0388632a3acf9dc8
parentb9cbc85d727214cf3e13196ab7e7564e53037f77
nfs-over-tls: add rc scripts for rpc.tlsclntd and rpc.tlsservd

Add rc.d scripts that control the recently committed rpc.tlsclntd(8)
and rpc.tlsservd(8) daemons.

Reviewed by: gbe
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D28432
libexec/rc/rc.conf
libexec/rc/rc.d/Makefile
libexec/rc/rc.d/tlsclntd [new file with mode: 0755]
libexec/rc/rc.d/tlsservd [new file with mode: 0755]