You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2008/07/09 15:25:34 UTC

[jira] Resolved: (DIRSERVER-1163) Sys-V-Init script lacks LSB header

     [ https://issues.apache.org/jira/browse/DIRSERVER-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSERVER-1163.
-----------------------------------------------

    Resolution: Fixed

Strangely, this warning message does not show up when installing Apache DS under Ubuntu.

I'll apply the patch anyways.

> 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
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Trivial
>             Fix For: 1.5.3
>
>
> 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.