[Pkg-samba-maint] r3838 - in branches/ctdb/squeeze/debian: . patches
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Fri Jul 22 22:12:54 UTC 2011
tags 635136 pending
thanks
Author: sathieu
Date: 2011-07-22 22:12:54 +0000 (Fri, 22 Jul 2011)
New Revision: 3838
Added:
branches/ctdb/squeeze/debian/patches/92-apache-service-enable.diff
Modified:
branches/ctdb/squeeze/debian/changelog
branches/ctdb/squeeze/debian/patches/series
Log:
Fix httpd (i.e. apache2 service) activation (Closes: #635136)
Modified: branches/ctdb/squeeze/debian/changelog
===================================================================
--- branches/ctdb/squeeze/debian/changelog 2011-07-22 22:10:32 UTC (rev 3837)
+++ branches/ctdb/squeeze/debian/changelog 2011-07-22 22:12:54 UTC (rev 3838)
@@ -1,6 +1,7 @@
ctdb (1.0.112-12-2) UNRELEASED; urgency=low
* Fix ethtool path in /etc/ctdb/events.d/10.interface (Closes: #635135)
+ * Fix httpd (i.e. apache2 service) activation (Closes: #635136)
-- Mathieu Parent <sathieu at debian.org> Sat, 23 Jul 2011 00:08:07 +0200
Added: branches/ctdb/squeeze/debian/patches/92-apache-service-enable.diff
===================================================================
--- branches/ctdb/squeeze/debian/patches/92-apache-service-enable.diff (rev 0)
+++ branches/ctdb/squeeze/debian/patches/92-apache-service-enable.diff 2011-07-22 22:12:54 UTC (rev 3838)
@@ -0,0 +1,13 @@
+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: branches/ctdb/squeeze/debian/patches/series
===================================================================
--- branches/ctdb/squeeze/debian/patches/series 2011-07-22 22:10:32 UTC (rev 3837)
+++ branches/ctdb/squeeze/debian/patches/series 2011-07-22 22:12:54 UTC (rev 3838)
@@ -7,3 +7,4 @@
70-nfstickle-sysconfig.diff
71-correct-nice_service.diff
91-ethtool-path.diff
+92-apache-service-enable.diff
More information about the Pkg-samba-maint
mailing list