]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: Typo for krb5 on FreeBSD 28269/head
authorThomas Johnson <NTmatter@gmail.com>
Tue, 28 May 2019 18:05:16 +0000 (20:05 +0200)
committerThomas Johnson <thomas.johnson@tbwa.com>
Tue, 28 May 2019 19:44:17 +0000 (21:44 +0200)
The FreeBSD dependency install specifies devel/kbr5 instead of devel/krb5

Fixes: https://tracker.ceph.com/issues/40050
Signed-off-by: Thomas Johnson <NTmatter@gmail.com>
install-deps.sh

index b8838c585e94ba38464541ebeb8181f9c095aa9b..291a33331e78b3d25c40b9d6daddcf57528c87cf 100755 (executable)
@@ -248,7 +248,7 @@ if [ x$(uname)x = xFreeBSDx ]; then
         www/npm \
         www/fcgi \
         security/nss \
-        security/kbr5 \
+        security/krb5 \
         security/oath-toolkit \
         sysutils/flock \
         sysutils/fusefs-libs \