diff options
author | Thomas Johnson <NTmatter@gmail.com> | 2019-05-28 20:05:16 +0200 |
---|---|---|
committer | Thomas Johnson <thomas.johnson@tbwa.com> | 2019-05-28 21:44:17 +0200 |
commit | 329e6fcc0cfaaa245001bbe40126e25c0575ae53 (patch) | |
tree | 53ccf09c2f9f0d3ac1ab1d27d51992add80547c4 /install-deps.sh | |
parent | Merge PR #28058 into master (diff) | |
download | ceph-329e6fcc0cfaaa245001bbe40126e25c0575ae53.tar.xz ceph-329e6fcc0cfaaa245001bbe40126e25c0575ae53.zip |
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 <NTmatter@gmail.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-x | install-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh index b8838c585e9..291a33331e7 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 \ |