]> 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:56:47 +0000 (20:56 -0400)
commitbe7e5708299327d3e6275b663c84624891a17c15
treeaa8c25d30e94a7f180a1000c3a924d6fe173e1c3
parentd06eb6d3f368eabe2b22da393c64fb7ad5854235
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