[Pkg-apache-commits] r1261 - in /trunk/apache2: changelog secondary-init-script
sf at alioth.debian.org
sf at alioth.debian.org
Fri Dec 31 11:38:28 UTC 2010
Author: sf
Date: Fri Dec 31 11:38:27 2010
New Revision: 1261
URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1261
Log:
Also add $named to the secondary-init-script example
Modified:
trunk/apache2/changelog
trunk/apache2/secondary-init-script
Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1261&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Fri Dec 31 11:38:27 2010
@@ -1,3 +1,9 @@
+apache2 (2.2.16-6) UNRELEASED; urgency=low
+
+ * Also add $named to the secondary-init-script example.
+
+ -- Stefan Fritsch <sf at debian.org> Fri, 31 Dec 2010 12:37:30 +0100
+
apache2 (2.2.16-5) unstable; urgency=medium
* Add $named to the init script dependency header, since apache depends on
Modified: trunk/apache2/secondary-init-script
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/secondary-init-script?rev=1261&op=diff
==============================================================================
--- trunk/apache2/secondary-init-script (original)
+++ trunk/apache2/secondary-init-script Fri Dec 31 11:38:27 2010
@@ -1,8 +1,8 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: apache2-XXX
-# 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
More information about the Pkg-apache-commits
mailing list