[
https://issues.apache.org/jira/browse/CLOUDSTACK-7633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147825#comment-14147825
]
ASF subversion and git services commented on CLOUDSTACK-7633:
-------------------------------------------------------------
Commit 08cb7ef7fa0417ea1d9799a0757f459abc5a9883 in cloudstack's branch
refs/heads/4.3 from [~vbernat]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=08cb7ef ]
CLOUDSTACK-7633: fix "Provides" in most LSB headers
In init.d scripts, the LSB header may specify what kind of service is
provided by an init script. If spaces are used, this means the init
script is providing several boot facilities. We fix that by using an
hyphen.
Signed-off-by: Rohit Yadav <[email protected]>
> Most init scripts provide an invalid name for LSB header "Provides"
> -------------------------------------------------------------------
>
> Key: CLOUDSTACK-7633
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7633
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Packaging
> Affects Versions: 4.2.0, Future, 4.3.0, 4.4.0
> Reporter: Vincent Bernat
> Priority: Minor
>
> Many init scripts have an LSB "Provides" header like this:
> {code}
> # Provides: cloud agent
> {code}
> This means that this script provides "cloud" and "agent". This needs to be
> fixed to say "cloud-agent" instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)