From: Thomas Johnson Date: Tue, 28 May 2019 18:05:16 +0000 (+0200) Subject: install-deps.sh: Typo for krb5 on FreeBSD X-Git-Tag: v15.1.0~2626^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=329e6fcc0cfaaa245001bbe40126e25c0575ae53;p=ceph.git install-deps.sh: Typo for krb5 on FreeBSD The FreeBSD dependency install specifies devel/kbr5 instead of devel/krb5 Fixes: https://tracker.ceph.com/issues/40050 Signed-off-by: Thomas Johnson --- diff --git a/install-deps.sh b/install-deps.sh index b8838c585e94..291a33331e78 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -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 \