You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Michael Fladischer (JIRA)" <ji...@apache.org> on 2008/04/18 21:50:22 UTC

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

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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-1163.
----------------------------------------


closed

> 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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612113#action_12612113 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1163:
---------------------------------------------------

Patch applied on trunk and big bang.

http://svn.apache.org/viewvc?rev=675166&view=rev
http://svn.apache.org/viewvc?rev=675167&view=rev

Thanks Michael!

> 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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-1163:
-----------------------------------------

    Fix Version/s: 1.5.3

Let's try to apply the patch for the next release

> 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
>             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.


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny reassigned DIRSERVER-1163:
--------------------------------------------

    Assignee: Pierre-Arnaud Marcelot

> 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.