]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
openssh: clarify krb5 use in freebsd-configure
authorEd Maste <emaste@FreeBSD.org>
Thu, 2 Sep 2021 00:23:40 +0000 (20:23 -0400)
committerEd Maste <emaste@FreeBSD.org>
Thu, 9 Sep 2021 00:49:44 +0000 (20:49 -0400)
commitf63bf8a421c00ada20d3f1a634a8a9a7bcdd71bd
treedde56a34a848c4d765610b2a9473734a18de5e25
parentbd6137e1e6f39085162e77d98f720613f279ac65
openssh: clarify krb5 use in freebsd-configure

freebsd-configure.sh runs configure twice, --with-kerberos5 and
--without-kerberos5, in order to build a config.h that defaults to
kerberos5 disabled, and a small config file that represents the
differences.

Rename config.h.orig to config.h.kerberos5 to clarify the intent of this
script.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 5e4dd21fd60958ceef4e4fd14b000844b957287e)
crypto/openssh/freebsd-configure.sh