OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-50-gc2eba9d
Gerrit Code Review
gerrit@openafs.org
Thu, 2 Sep 2010 10:45:07 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit c2eba9d57adc79b05165fc8aebaf751ea89282f5
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Sep 1 11:18:56 2010 -0500
RedHat: Find krb5-config in /usr/bin
In RHEL6, krb5-config is no longer in /usr/kerberos/bin/, but is in
just /usr/bin/. So, try to use /usr/bin/krb5-config if we cannot find
/usr/kerberos/bin/krb5-config and krb5config was not specified.
This is a 1.4-only change, as the 'configure' on more modern branches
should have the ability to find krb5-config automatically.
Change-Id: Ie858d05a6185a1781a0c9f8fd905d6202b50567c
Reviewed-on: http://gerrit.openafs.org/2646
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/packaging/RedHat/openafs.spec.in | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository