diff options
author | cy <cy@FreeBSD.org> | 2006-07-17 01:49:46 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-07-17 01:49:46 +0800 |
commit | 893ba16b206a9c110f21906aa32636e4952e2af3 (patch) | |
tree | a1313032846a625b423a5696328e7088cf4c046a /security/krb5-16/Makefile | |
parent | 308a70a4faddfdb213d684506f554ddef4bd3543 (diff) | |
download | freebsd-ports-gnome-893ba16b206a9c110f21906aa32636e4952e2af3.tar.gz freebsd-ports-gnome-893ba16b206a9c110f21906aa32636e4952e2af3.tar.zst freebsd-ports-gnome-893ba16b206a9c110f21906aa32636e4952e2af3.zip |
Cause the KDC to also listen on the loopback interface. This is useful
for situations when the database is replicated to a secure environment
that does not have network access, by hand.
Diffstat (limited to 'security/krb5-16/Makefile')
-rw-r--r-- | security/krb5-16/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 7f5491440310..795c2fcd2e1e 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -7,6 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed |