SPECS: apache-mod_dbi_pool.spec - fix LoadModule section in apache...

spider spider at pld-linux.org
Tue Sep 13 12:51:16 CEST 2005


Author: spider                       Date: Tue Sep 13 10:51:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix LoadModule section in apache configuration

---- Files affected:
SPECS:
   apache-mod_dbi_pool.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_dbi_pool.spec
diff -u SPECS/apache-mod_dbi_pool.spec:1.8 SPECS/apache-mod_dbi_pool.spec:1.9
--- SPECS/apache-mod_dbi_pool.spec:1.8	Tue Sep 13 12:33:30 2005
+++ SPECS/apache-mod_dbi_pool.spec	Tue Sep 13 12:51:11 2005
@@ -76,7 +76,7 @@
 
 install include/mod_dbi_pool.h $RPM_BUILD_ROOT%{_includedir}/apache
 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/75_%{mod_name}.conf
-LoadModule %{mod_name}_module        modules/%{mod_name}.so
+LoadModule %{mod_name}_module        modules/mod_%{mod_name}.so
 # vim: filetype=apache ts=4 sw=4 et
 EOF
 
@@ -110,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/09/13 10:51:11  spider
+- fix LoadModule section in apache configuration
+
 Revision 1.8  2005/09/13 10:33:30  glen
 - apxs not needed in scriptlets
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_dbi_pool.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list