John Kinsella created CLOUDSTACK-6129:
-----------------------------------------
Summary: 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
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)