[Fedora-directory-commits] adminserver/admserv pkgadmin.mk, 1.28, 1.29

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Nov 3 23:20:51 UTC 2005


Author: rmeggins

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

Modified Files:
	pkgadmin.mk 
Log Message:
Bug(s) fixed: 172402
Bug Description: Add support for mod_restartd - remove Apache module 
packaging
Reviewed by: Noriko (Thanks!)
Fix Description: Add support for mod_restartd to the Admin Server 
httpd.conf and admserv.conf.  This just allows root to run the stop, 
start, and restart CGIs.  In addition to the regex in admserv.conf that 
restricts CGI access, the code in mod_restartd itself restricts CGIs to 
only those matching this pattern - all others get passed on to the 
regular CGI handling module.  Since our 3 Apache modules are all Apache 
licensed, they cannot be included in our rpm/tarball packaging for 
distribution.  They will have to be separate rpms/tarballs that the 
customer will have to download and install.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no



Index: pkgadmin.mk
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/pkgadmin.mk,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pkgadmin.mk	6 Oct 2005 03:13:20 -0000	1.28
+++ pkgadmin.mk	3 Nov 2005 23:20:44 -0000	1.29
@@ -285,11 +285,6 @@
 	(cd $(ADMIN_DIR)/manual; $(UNZIP) -o $(ADMDOC_PATH)/$(ADMDOC_ADMONLINEHELP))
 endif
 
-	cp $(MOD_ADMSERV_LIBPATH)/*.$(DLL_SUFFIX) $(ADMIN_DIR)/bin/admin/lib
-	cp $(MOD_NSS_LIBPATH)/*.$(DLL_SUFFIX) $(ADMIN_DIR)/bin/admin/lib
-	cp $(MOD_NSS_BINPATH)/nss_pcache $(ADMIN_DIR)/bin/admin/admin/bin
-	chmod +x $(ADMIN_DIR)/bin/admin/admin/bin/nss_pcache
-
 #	cat $(ADMSERV_OBJDIR)/ldif/tasks.ldif $(ADMSERV_OBJDIR)/ldif/unixtasks.ldif > $(ADMIN_DIR)/admin-serv/ldif/tasks.ldif
 	cp -p $(ADMSERV_OBJDIR)/ldif/tasks.ldif $(ADMIN_DIR)/admin-serv/ldif
 	cp -p $(ADMSERV_OBJDIR)/ldif/global.ldif $(ADMIN_DIR)/admin-serv/ldif




More information about the Fedora-directory-commits mailing list