You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "John Kinsella (JIRA)" <ji...@apache.org> on 2014/02/17 19:08:19 UTC

[jira] [Resolved] (CLOUDSTACK-6129) Script names are hard-coded into some init scripts

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

John Kinsella resolved CLOUDSTACK-6129.
---------------------------------------

    Resolution: Fixed

There I fixed it.

> Script names are hard-coded into some init scripts
> --------------------------------------------------
>
>                 Key: CLOUDSTACK-6129
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6129
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Install and Setup
>            Reporter: John Kinsella
>            Assignee: John Kinsella
>             Fix For: 4.4.0
>
>
> Some of the init scripts which ACS installs have the script name hard-coded into it. An example from python/distro/sles/SYSCONFDIR/init.d/cloud-ipallocator.in:
>     whatami=cloud-external-ipallocator
>     ...
>     echo $"Usage: $whatami {start|stop|restart|status|help}"
> This is bad practice, $0 should be used to get a script's name, otherwise - as shown in this example - things will fail or folks will be confused.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)