[Fedora-directory-commits] adminserver/admserv pkgadmin.mk, 1.37, 1.38

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Feb 22 02:25:36 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv618

Modified Files:
	pkgadmin.mk 
Log Message:
Added httpd-2.2.conf.tmpl - Apache 2.2 uses different modules than 2.0 for auth/authz
Admin server post install will figure out which one to use based on httpd -v



Index: pkgadmin.mk
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/pkgadmin.mk,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- pkgadmin.mk	13 Feb 2006 22:12:55 -0000	1.37
+++ pkgadmin.mk	22 Feb 2006 02:25:27 -0000	1.38
@@ -280,6 +280,7 @@
 
 	cp $(BUILD_ROOT)/lib/ldaputil/certmap.conf $(ADMIN_DIR)/shared/config
 	cp -p $(BUILD_ROOT)/admserv/cfgstuff/httpd.conf $(ADMIN_DIR)/shared/config/template/httpd.conf.tmpl
+	cp -p $(BUILD_ROOT)/admserv/cfgstuff/httpd-2.2.conf $(ADMIN_DIR)/shared/config/template/httpd-2.2.conf.tmpl
 	cp -p $(BUILD_ROOT)/admserv/cfgstuff/admserv.conf $(ADMIN_DIR)/shared/config/template/admserv.conf.tmpl
 	cp -p $(BUILD_ROOT)/admserv/cfgstuff/console.conf $(ADMIN_DIR)/shared/config/template/console.conf.tmpl
 	cp -p $(BUILD_ROOT)/admserv/cfgstuff/nss.conf $(ADMIN_DIR)/shared/config/template/nss.conf.tmpl




More information about the Fedora-directory-commits mailing list