diff options
Diffstat (limited to 'main/krb5-conf/APKBUILD')
-rw-r--r-- | main/krb5-conf/APKBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/main/krb5-conf/APKBUILD b/main/krb5-conf/APKBUILD index c6323f5faa..0c5450e9dc 100644 --- a/main/krb5-conf/APKBUILD +++ b/main/krb5-conf/APKBUILD @@ -1,7 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# +# We need this package to avoid conflict with krb5 and heimdal. We can not +# let it be a subpackage of either because that could create a cyclic +# buildtime dependency. +# pkgname=krb5-conf pkgver=1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Shared krb5.conf for both MIT krb5 and heimdal" url="http://web.mit.edu/kerberos/www/ http://h5l.org" arch="noarch" @@ -19,7 +24,7 @@ build() { package() { mkdir -p "$pkgdir"/etc - cat > "$pkgdir"/etc/krb5.conf.example <<EOF + cat > "$pkgdir"/etc/krb5.conf <<EOF [logging] # default = FILE:/var/log/krb5libs.log # kdc = FILE:/var/log/krb5kdc.log |