Sys-V-Init script lacks LSB header
----------------------------------
Key: DIRSERVER-1163
URL: https://issues.apache.org/jira/browse/DIRSERVER-1163
Project: Directory ApacheDS
Issue Type: Improvement
Components: installer-plugin
Affects Versions: 1.5.2
Environment: Debian Sid i386
Reporter: Michael Fladischer
Priority: Trivial
When installing the Debian package an warning is shown by dpkg:
>update-rc.d: warning: /etc/init.d/apacheds-1.5.2-default missing LSB style
>header
Patch to fix this:
--- apacheds-1.5.2-default.old 2008-04-17 00:32:19.000000000 +0200
+++ apacheds-1.5.2-default 2008-04-18 21:45:14.325671244 +0200
@@ -19,6 +19,15 @@
# under the License.
#
+### BEGIN INIT INFO
+# Provides: apacheds
+# Required-Start: $local_fs $remote_fs $network $syslog
+# Required-Stop: $local_fs $remote_fs $network $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start/stop Apache Directory Server
+### END INIT INFO
+
# Shell script to start/stop Apache Directory Server
# If you want to change apacheds service settings please modify the
apacheds.conf
# file for the instance you wish to change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.