summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2010-12-31 00:20:51 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:37:10 +0100
commit662addb9e2cc54b60553ea638791975194d19fa5 (patch)
treeb8cab4c87597a4bd2a203d4a76a862d6104d111e
parente83d4d52da98eb4f7623c2a49c71392d516bcadf (diff)
downloadapache2-662addb9e2cc54b60553ea638791975194d19fa5.tar.gz
Add $named to the init script dependency header, since apache depends on
DNS in some configurations. Closes: #608437 git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1258 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/apache2.2-common.apache2.init4
-rw-r--r--debian/changelog4
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/apache2.2-common.apache2.init b/debian/apache2.2-common.apache2.init
index b9197215..52694d49 100644
--- a/debian/apache2.2-common.apache2.init
+++ b/debian/apache2.2-common.apache2.init
@@ -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
diff --git a/debian/changelog b/debian/changelog
index f07e6953..9f28fe98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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@debian.org> Tue, 16 Nov 2010 23:53:44 +0100
+ -- Stefan Fritsch <sf@debian.org> Fri, 31 Dec 2010 01:17:11 +0100
apache2 (2.2.16-4) unstable; urgency=medium