summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@debian.org>2009-11-07 08:37:34 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:37:05 +0100
commitdc7ab0987de4f9fb88880a2440f8f8cddff232c9 (patch)
tree73ba82081668ec1b699e190547281f58031ba821
parentd888b7a7a1b862ba27d12c4994dd216019198bdf (diff)
downloadapache2-dc7ab0987de4f9fb88880a2440f8f8cddff232c9.tar.gz
Add X-Interactive
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1086 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/apache2.2-common.apache2.init1
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/apache2.2-common.apache2.init b/debian/apache2.2-common.apache2.init
index 719e52c8..f72e64f9 100644
--- a/debian/apache2.2-common.apache2.init
+++ b/debian/apache2.2-common.apache2.init
@@ -5,6 +5,7 @@
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
+# X-Interactive: true
# Short-Description: Start/stop apache2 web server
### END INIT INFO
#
diff --git a/debian/changelog b/debian/changelog
index 6c17bc65..10d27fd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ apache2 (2.2.14-2) UNRELEASED; urgency=low
* Fix 'CacheEnable disk http://'. Closes: #442266
* Fix missing dependency by changing killall to pkill in the init script.
LP: #460692
+ * Add X-Interactive header to init script as it may ask for the ssl key
+ passphrase. Closes: #554824
* Move httxt2dbm man page into apache2.2-bin, which includes httxt2dbm, too.
-- Stefan Fritsch <sf@debian.org> Mon, 19 Oct 2009 19:50:11 +0200