Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 54a28875ff10b306f000b38a47054f78 > files > 5

apache-mod_authn_nufw-2.2.0-6mdv2008.0.src.rpm

diff -Naur mod_auth_nufw-2.2.0/configure.in mod_auth_nufw-2.2.0.oden/configure.in
--- mod_auth_nufw-2.2.0/configure.in	2006-05-12 09:22:02.000000000 +0200
+++ mod_auth_nufw-2.2.0.oden/configure.in	2006-05-13 17:41:04.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT(mod_auth_nufw.c)
+AC_INIT(mod_authn_nufw.c)
 
 AC_PROG_CC
 
@@ -29,7 +29,7 @@
 
 case $target in
     *aix*)
-	AIX_EXP=mod_auth_nufw.exp
+	AIX_EXP=mod_authn_nufw.exp
 	AIX_LDFLAGS_SHLIB=-bE:`echo $@|sed -e 's:\.so$$:.exp:'`
 	;;
 esac
@@ -49,13 +49,13 @@
 AC_CHECK_PROG(APXS, apxs, apxs, $with_apxs)
 
 AC_MSG_CHECKING(whether apxs works)
-test -z "$APXS" && AC_MSG_ERROR(Cannot build mod_auth_nufw without a valid apxs program)
+test -z "$APXS" && AC_MSG_ERROR(Cannot build mod_authn_nufw without a valid apxs program)
 $APXS -q CFLAGS > /dev/null
 if test $? = 0; then
    AC_MSG_RESULT(yes)
 else
    AC_MSG_RESULT(no)
-   AC_MSG_ERROR(Cannot build mod_auth_nufw without a valid apxs program)
+   AC_MSG_ERROR(Cannot build mod_authn_nufw without a valid apxs program)
 fi
 
 #LDFLAGS="/mnt/divx/apache/apache_1.3.29/src/ap/libap.a /mnt/divx/apache/apache_1.3.29/src/main/libmain.a $LDFLAGS"
diff -Naur mod_auth_nufw-2.2.0/Makefile.in mod_auth_nufw-2.2.0.oden/Makefile.in
--- mod_auth_nufw-2.2.0/Makefile.in	2004-07-18 11:38:08.000000000 +0200
+++ mod_auth_nufw-2.2.0.oden/Makefile.in	2006-05-13 17:43:01.000000000 +0200
@@ -15,11 +15,11 @@
 AIX_LDFLAGS_SHLIB=@AIX_LDFLAGS_SHLIB@
 MYCC=@MYCC@
 
-all: mod_auth_nufw.so
+all: mod_authn_nufw.so
 
 #html: FAQ.html Changes.html auth_ldap.html
 
-OBJS=mod_auth_nufw.o mod_auth_nufw_sql.o mod_auth_nufw_ldapuid.o mod_auth_nufw_cache_ldapuid.o
+OBJS=mod_authn_nufw.o mod_auth_nufw_sql.o mod_auth_nufw_ldapuid.o mod_auth_nufw_cache_ldapuid.o
 
 
 CFLAGS=`$(APXS) -q CFLAGS` 
@@ -29,7 +29,7 @@
 LD_SHLIB=`$(APXS) -q LD_SHLIB`
 LDFLAGS_SHLIB=$(EXTRA_LDFLAGS) `$(APXS) -q LDFLAGS_SHLIB` $(AIX_LDFLAGS_SHLIB)
 
-mod_auth_nufw.so: $(OBJS) $(AIX_EXP)
+mod_authn_nufw.so: $(OBJS) $(AIX_EXP)
 #	$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS)
 #	@$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS) 
 	$(MYCC) -shared -o $@ $(OBJS) $(LIBS)
@@ -49,8 +49,8 @@
 	cd .. && tar cvzf $$tar $$dirname/ --exclude-from=/tmp/excl.$$$$; \
 	rm -f /tmp/excl.$$$$
 
-install: mod_auth_nufw.so
-	$(APXS) -n auth_nufw -i mod_auth_nufw.so
+install: mod_authn_nufw.so
+	$(APXS) -n auth_nufw -i mod_authn_nufw.so
 
 clean:
 	rm -f *.so *.o *~ core $(AIX_EXP) TAGS 
@@ -59,9 +59,9 @@
 	rm -f Makefile config.status config.cache config.log
 
 $(AIX_EXP):
-	@echo mod_auth_nufw_module > $@
+	@echo mod_authn_nufw_module > $@
 
-mod_auth_nufw.o: mod_auth_nufw.h
+mod_authn_nufw.o: mod_auth_nufw.h
 mod_auth_nufw_sql.o: mod_auth_nufw.h
 
 Makefile: Makefile.in