-
Bug
-
Resolution: Done
-
Major
-
6.0.2.Final, 7.0.0.Alpha4
-
None
In infinispan-server.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".
- is related to
-
AS7-4015 init.d script, +$JBOSS_OPTIONS, jboss-as/bin/init.d/jboss-as-standalone.sh tests for *executable* /etc/rc.d/init.d/functions
- Resolved