From d6c120a22ba145d87b2b76f8c88b63cfae5dd188 Mon Sep 17 00:00:00 2001 From: alek Date: Fri, 4 Nov 2005 09:31:25 +0000 Subject: [PATCH] - Better gramma - Bump PKGNAME From Mark Peoples at asu dot edu via Chris Kuethe --- www/mod_auth_kerb/Makefile | 4 ++-- www/mod_auth_kerb/files/README | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile index ead5e1c97ae..b55d638e854 100644 --- a/www/mod_auth_kerb/Makefile +++ b/www/mod_auth_kerb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/11/03 20:00:01 alek Exp $ +# $OpenBSD: Makefile,v 1.3 2005/11/04 09:31:25 alek Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= "Apache Kerberos authentication module" VERSION= 5.0-rc6 DISTNAME= mod_auth_kerb-${VERSION} -PKGNAME= mod_auth_kerb-${VERSION:S/-//}p0 +PKGNAME= mod_auth_kerb-${VERSION:S/-//}p1 CATEGORIES= www HOMEPAGE= http://modauthkerb.sourceforge.net/ diff --git a/www/mod_auth_kerb/files/README b/www/mod_auth_kerb/files/README index 9d73e53c683..d5642788dd4 100644 --- a/www/mod_auth_kerb/files/README +++ b/www/mod_auth_kerb/files/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.1.1.1 2005/11/03 16:23:13 alek Exp $ +$OpenBSD: README,v 1.2 2005/11/04 09:31:25 alek Exp $ If you haven't already run the module enabler, you can manually enable Kerberos support by adding the following lines into httpd.conf near the @@ -9,9 +9,9 @@ other authentication modules. To require Kerberos authenication for a directory (or file or location), enclose that location in a block that looks like this. The mod_auth_kerb -documenation is a bit sketchy yet, but this was taken from a working openbsd +documentation is a bit sketchy yet, but this was taken from a working OpenBSD machine using mod_auth_kerb. Only the names have been changed to protect -the realm. Obviously, you must have working Kerberos before this module can +the realm. Obviously, you must have Kerberos working before this module can do anything useful. # A Kerberos Authenticated Directory