Bug 1115769 - jboss-datagrid.sh uses wrong condition for /etc/rc.d/init.d/functions
Summary: jboss-datagrid.sh uses wrong condition for /etc/rc.d/init.d/functions
Keywords:
Status: NEW
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Server
Version: 6.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 6.3.0
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-03 05:27 UTC by Takayoshi Kimura
Modified: 2018-12-06 17:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-4476 0 Major Resolved infinispan-server.sh uses wrong condition for /etc/rc.d/init.d/functions 2016-02-23 23:14:47 UTC

Description Takayoshi Kimura 2014-07-03 05:27:50 UTC
In jboss-datagrid.sh it checks executable bit on /etc/rc.d/init.d/functions:

if [ -x /etc/rc.d/init.d/functions ]; then

but the /etc/rc.d/init.d/functions is not executable, it always false.

It should be "-r".


Note You need to log in before you can comment on or make changes to this bug.