Date: Thu, 26 Jul 2018 17:59:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228418] www/tomcat85: drop start_precmd from tomcat85.in Message-ID: <bug-228418-7788-v6SRCgJl8V@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228418-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-228418-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228418 --- Comment #7 from VVD <vvd@unislabs.com> --- Michael Osipov, check this - is it what you ask: > --- www/tomcat85.orig/files/tomcat85.in > +++ www/tomcat85/files/tomcat85.in > @@ -131,15 +131,4 @@ > org.apache.catalina.startup.Bootstrap \ > ${_tomcat_pipe_cmd}" >=20=20 > -start_precmd=3D"tomcat_prestart" > - > -tomcat_prestart() > -{ > - if [ -r "${_tomcat_catalina_base}/bin/setenv.sh" ]; then > - . "${_tomcat_catalina_base}/bin/setenv.sh" > - elif [ -r "${_tomcat_catalina_home}/bin/setenv.sh" ]; then > - . "${_tomcat_catalina_home}/bin/setenv.sh" > - fi > -} > - > run_rc_command "$1" --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228418-7788-v6SRCgJl8V>