[Pkg-apache-commits] r1070 - in /trunk/apache2: apache2.2-common.apache2.init changelog

sf at alioth.debian.org sf at alioth.debian.org
Mon Oct 26 20:42:32 UTC 2009


Author: sf
Date: Mon Oct 26 20:42:32 2009
New Revision: 1070

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1070
Log:
use pkill instead of killall

Modified:
    trunk/apache2/apache2.2-common.apache2.init
    trunk/apache2/changelog

Modified: trunk/apache2/apache2.2-common.apache2.init
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2.2-common.apache2.init?rev=1070&op=diff
==============================================================================
--- trunk/apache2/apache2.2-common.apache2.init (original)
+++ trunk/apache2/apache2.2-common.apache2.init Mon Oct 26 20:42:32 2009
@@ -66,7 +66,7 @@
 }
 
 stop_htcacheclean() {
-	killall htcacheclean 2> /dev/null || echo ...not running
+	pkill htcacheclean 2> /dev/null || echo ...not running
 }
 
 pidof_apache() {

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1070&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Mon Oct 26 20:42:32 2009
@@ -4,6 +4,8 @@
     to use .es and .tr for Spanish and Turkish files in mod_negotiation.
     Closes: #496080
   * Fix 'CacheEnable disk http://'. Closes: #442266
+  * Fix missing dependency by changing killall to pkill in the init script.
+    LP: #460692
 
  -- Stefan Fritsch <sf at debian.org>  Mon, 19 Oct 2009 19:50:11 +0200
 




More information about the Pkg-apache-commits mailing list