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

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

2018-03-26 Thread Coty Sutherland
Hello, On Mon, Mar 26, 2018 at 9:13 AM, Casper Pedersen wrote: > 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 no