Tomcat init script does not test correctly for /etc/rc.d/init.d/functions

2018-03-26 Thread Casper Pedersen
Hi, The init.d start up script which is being distributed by many, is having the following test: # Source function library. if [ -x /etc/rc.d/init.d/functions ]; then . /etc/rc.d/init.d/functions fi That will not work correctly on RHEL as on RHEL this file is read only (not executable). Was a

Re: Tomcat init script does not test correctly for /etc/rc.d/init.d/functions

2018-03-26 Thread Casper Pedersen
Hello, > On 26. Mar 2018, at 4:41 PM, Coty Sutherland wrote: > This list (dev@tomcat) isn't the best place to get help with distro > specific tomcat packages as the tomcat community is upstream from > those distributions. For future reference, please file a bug in the > tracker used by the offend