packages: apache/apache.spec - mod_watchdog, mod_status must be loaded befo...

adamg adamg at pld-linux.org
Sun Feb 26 22:42:32 CET 2012


Author: adamg                        Date: Sun Feb 26 21:42:32 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- mod_watchdog, mod_status must be loaded before mod_heartbeat, mod_heartmonitor

---- Files affected:
packages/apache:
   apache.spec (1.666 -> 1.667) 

---- Diffs:

================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.666 packages/apache/apache.spec:1.667
--- packages/apache/apache.spec:1.666	Sun Feb 26 22:41:08 2012
+++ packages/apache/apache.spec	Sun Feb 26 22:42:26 2012
@@ -2488,8 +2488,8 @@
 echo "LoadModule file_cache_module	modules/mod_file_cache.so" > $CFG/00_mod_file_cache.conf
 echo "LoadModule filter_module	modules/mod_filter.so" > $CFG/00_mod_filter.conf
 echo "LoadModule headers_module	modules/mod_headers.so" > $CFG/00_mod_headers.conf
-echo "LoadModule heartbeat_module       modules/mod_heartbeat.so" > $CFG/00_mod_heartbeat.conf
-echo "LoadModule heartmonitor_module    modules/mod_heartmonitor.so" > $CFG/00_mod_heartmonitor.conf
+echo "LoadModule heartbeat_module       modules/mod_heartbeat.so" > $CFG/01_mod_heartbeat.conf
+echo "LoadModule heartmonitor_module    modules/mod_heartmonitor.so" > $CFG/01_mod_heartmonitor.conf
 echo "LoadModule ident_module	modules/mod_ident.so" > $CFG/00_mod_ident.conf
 echo "LoadModule imagemap_module	modules/mod_imagemap.so" > $CFG/00_mod_imagemap.conf
 echo "LoadModule include_module	modules/mod_include.so" > $CFG/00_mod_include.conf
@@ -3511,6 +3511,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.667  2012/02/26 21:42:26  adamg
+- mod_watchdog, mod_status must be loaded before mod_heartbeat, mod_heartmonitor
+
 Revision 1.666  2012/02/26 21:41:08  adamg
 - mod_heartbeat, mod_heartmonit += R: mod_status, mod_watchdog
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.666&r2=1.667&f=u



More information about the pld-cvs-commit mailing list