[Pkg-samba-maint] r3848 - in trunk/ctdb/debian: . patches

sathieu at alioth.debian.org sathieu at alioth.debian.org
Tue Jul 26 17:45:19 UTC 2011


tags 635136 pending
tags 635136 pending
thanks

Author: sathieu
Date: 2011-07-26 17:45:19 +0000 (Tue, 26 Jul 2011)
New Revision: 3848

Added:
   trunk/ctdb/debian/patches/92-apache-service-enable.diff
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/patches/series
Log:
Fix Apache's event script (Closes: #635136)


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2011-07-26 17:43:08 UTC (rev 3847)
+++ trunk/ctdb/debian/changelog	2011-07-26 17:45:19 UTC (rev 3848)
@@ -7,6 +7,7 @@
     dh_installdoc, dh_installlogrotate after dh_installinit, dh_installinit
     after dh_installman, dh_strip after dh_fixperms and dh_shlibdeps before
     dh_installdeb)
+  * Fix Apache's event script (Closes: #635136)
 
  -- Mathieu Parent <sathieu at debian.org>  Mon, 25 Jul 2011 23:56:22 +0200
 

Added: trunk/ctdb/debian/patches/92-apache-service-enable.diff
===================================================================
--- trunk/ctdb/debian/patches/92-apache-service-enable.diff	                        (rev 0)
+++ trunk/ctdb/debian/patches/92-apache-service-enable.diff	2011-07-26 17:45:19 UTC (rev 3848)
@@ -0,0 +1,21 @@
+Goal: Fix httpd (i.e. apache2 service) activation
+
+(Closes: #635136)
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: to be sent
+
+Index: ctdb-1.0.112-12/config/events.d/41.httpd
+===================================================================
+--- ctdb-1.0.112-12.orig/config/events.d/41.httpd	2011-07-22 23:59:47.000000000 +0200
++++ ctdb-1.0.112-12/config/events.d/41.httpd	2011-07-23 00:00:09.000000000 +0200
+@@ -35,7 +35,7 @@
+ 
+ ctdb_start_stop_service
+ 
+-is_ctdb_managed_service || exit 0
++is_ctdb_managed_service httpd || exit 0
+ 
+ case "$1" in
+     startup)

Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series	2011-07-26 17:43:08 UTC (rev 3847)
+++ trunk/ctdb/debian/patches/series	2011-07-26 17:45:19 UTC (rev 3848)
@@ -1,4 +1,5 @@
 02_ctdb_diagnostics.diff
 05-hurd.diff
 10_no-lib64.diff
+92-apache-service-enable.diff
 99-fix-broken-readdir-test.diff





More information about the Pkg-samba-maint mailing list