pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache22 mod_auth_ldap is now called authnz_ldap, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96b3e5d5c311
branches:  trunk
changeset: 523258:96b3e5d5c311
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jan 04 13:22:06 2007 +0000

description:
mod_auth_ldap is now called authnz_ldap, pointed out in PR 35350.

diffstat:

 www/apache22/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d72af7fa9011 -r 96b3e5d5c311 www/apache22/Makefile
--- a/www/apache22/Makefile     Thu Jan 04 13:00:58 2007 +0000
+++ b/www/apache22/Makefile     Thu Jan 04 13:22:06 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/12/09 00:51:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2007/01/04 13:22:06 obache Exp $
 
 .include "Makefile.common"
 
@@ -91,7 +91,7 @@
 
 # LDAP support
 .if !empty(PKG_BUILD_OPTIONS.apr:Mldap)
-DFLT_APACHE_MODULES+=  ldap auth_ldap
+DFLT_APACHE_MODULES+=  ldap authnz_ldap
 .endif
 
 # APACHE_MODULES are the modules that are linked statically into the



Home | Main Index | Thread Index | Old Index