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

sf at alioth.debian.org sf at alioth.debian.org
Fri Dec 31 00:20:55 UTC 2010


Author: sf
Date: Fri Dec 31 00:20:51 2010
New Revision: 1258

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1258
Log:
Add $named to the init script dependency header, since apache depends on
DNS in some configurations. Closes: #608437

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=1258&op=diff
==============================================================================
--- trunk/apache2/apache2.2-common.apache2.init (original)
+++ trunk/apache2/apache2.2-common.apache2.init Fri Dec 31 00:20:51 2010
@@ -1,8 +1,8 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          apache2
-# Required-Start:    $local_fs $remote_fs $network $syslog
-# Required-Stop:     $local_fs $remote_fs $network $syslog
+# Required-Start:    $local_fs $remote_fs $network $syslog $named
+# Required-Stop:     $local_fs $remote_fs $network $syslog $named
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # X-Interactive:     true

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1258&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Fri Dec 31 00:20:51 2010
@@ -1,9 +1,11 @@
 apache2 (2.2.16-5) UNRELEASED; urgency=low
 
+  * Add $named to the init script dependency header, since apache depends on
+    DNS in some configurations. Closes: #608437
   * Update outdated description of /etc/apache2/magic in README.Debian.
     Closes: #603586
 
- -- Stefan Fritsch <sf at debian.org>  Tue, 16 Nov 2010 23:53:44 +0100
+ -- Stefan Fritsch <sf at debian.org>  Fri, 31 Dec 2010 01:17:11 +0100
 
 apache2 (2.2.16-4) unstable; urgency=medium
 




More information about the Pkg-apache-commits mailing list